JWTOptions

io.vertx.scala.ext.auth.`package`.JWTOptions
object JWTOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JWTOptions.type

Members list

Value members

Concrete methods

def apply(json: JsonObject): JWTOptions
def apply(algorithm: String, audience: List[String], expiresInMinutes: Integer, expiresInSeconds: Integer, header: JsonObject, ignoreExpiration: Boolean, issuer: String, leeway: Integer, noTimestamp: Boolean, nonceAlgorithm: String, subject: String): JWTOptions