Packages

package jwt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class JWTAuth extends AuthProvider

    Factory interface for creating JWT based io.vertx.scala.ext.auth.AuthProvider instances.

  2. class JWTOptions extends AnyRef

    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

  1. object JWTAuth
  2. object JWTOptions

Ungrouped