OAuth2Options

io.vertx.scala.ext.auth.oauth2.`package`.OAuth2Options
object OAuth2Options

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): OAuth2Options
def apply(authorizationPath: String, clientAssertion: String, clientAssertionType: String, clientId: String, clientSecret: String, extraParameters: JsonObject, headers: JsonObject, httpClientOptions: HttpClientOptions, introspectionPath: String, jwkMaxAgeInSeconds: Long, jwkPath: String, jwtOptions: JWTOptions, logoutPath: String, pubSecKeys: List[PubSecKeyOptions], revocationPath: String, scopeSeparator: String, site: String, supportedGrantTypes: List[String], tenant: String, tokenPath: String, userAgent: String, userInfoParameters: JsonObject, userInfoPath: String, validateIssuer: Boolean): OAuth2Options