Companion
object Companion
Content copied to clipboard
Functions
development
Link copied to clipboard
fun development(clientId: String, clientSecret: String? = null, scopes: List<String>? = null, redirectUri: String, responseType: String = ResponseTypeValues.CODE, additionalParameters: Map<String, String>? = null, authorizationEndpoint: String? = null, endSessionEndpoint: String? = null, tokenEndpoint: String? = null, userInfoEndpoint: String? = null, integrated: Boolean = false): OIDConfiguration
Content copied to clipboard
production
Link copied to clipboard
fun production(clientId: String, clientSecret: String? = null, scopes: List<String>? = null, redirectUri: String, responseType: String = ResponseTypeValues.CODE, additionalParameters: Map<String, String>? = null, authorizationEndpoint: String? = null, endSessionEndpoint: String? = null, tokenEndpoint: String? = null, userInfoEndpoint: String? = null, integrated: Boolean = false): OIDConfiguration
Content copied to clipboard
sandbox
Link copied to clipboard
fun sandbox(clientId: String, clientSecret: String? = null, scopes: List<String>? = null, redirectUri: String, responseType: String = ResponseTypeValues.CODE, additionalParameters: Map<String, String>? = null, authorizationEndpoint: String? = null, endSessionEndpoint: String? = null, tokenEndpoint: String? = null, userInfoEndpoint: String? = null, integrated: Boolean = false): OIDConfiguration
Content copied to clipboard
staging
Link copied to clipboard
fun staging(clientId: String, clientSecret: String? = null, scopes: List<String>? = null, redirectUri: String, responseType: String = ResponseTypeValues.CODE, additionalParameters: Map<String, String>? = null, authorizationEndpoint: String? = null, endSessionEndpoint: String? = null, tokenEndpoint: String? = null, userInfoEndpoint: String? = null, integrated: Boolean = false): OIDConfiguration
Content copied to clipboard