Oauth2Credentials

io.vertx.scala.ext.auth.oauth2.`package`.Oauth2Credentials

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): Oauth2Credentials
def apply(assertion: String, code: String, codeVerifier: String, flow: OAuth2FlowType, jwt: JsonObject, password: String, redirectUri: String, scopes: List[String], username: String): Oauth2Credentials