package jwt
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
JWTAuth extends AuthProvider
Factory interface for creating JWT based io.vertx.scala.ext.auth.AuthProvider instances.
-
class
JWTAuthOptions extends AnyRef
Options describing how an JWT Auth should behave.
-
class
JWTKeyStoreOptions extends AnyRef
Options describing how an JWT KeyStore should behave.
-
class
JWTOptions extends jwt.JWTOptions
Options related to creation of new tokens.
Options related to creation of new tokens.
If any expiresInMinutes, audience, subject, issuer are not provided, there is no default. The jwt generated won't include those properties in the payload.
Generated JWTs will include an iat claim by default unless noTimestamp is specified.
Value Members
- object JWTAuth
- object JWTAuthOptions
- object JWTKeyStoreOptions
- object JWTOptions