Companion

Functions

Link copied to clipboard
fun <T : Enum<T>, Described> authorizationCode(scopes: Iterable<T>, authorizationUrl: String, tokenUrl: String, refreshUrl: String? = null): FlowsModel.FlowModel<T>
Link copied to clipboard
fun <T : Enum<T>, Described> clientCredentials(scopes: Iterable<T>, tokenUrl: String, refreshUrl: String? = null): FlowsModel.FlowModel<T>
Link copied to clipboard
fun <T : Enum<T>, Described> implicit(scopes: Iterable<T>, authorizationUrl: String, refreshUrl: String? = null): FlowsModel.FlowModel<T>
Link copied to clipboard
fun <T : Enum<T>, Described> password(scopes: Iterable<T>, tokenUrl: String, refreshUrl: String? = null): FlowsModel.FlowModel<T>