Package-level declarations

Types

Link copied to clipboard
class AuthenticationCoreConfig(discoveryEndpoint: String? = null, authorizeEndpoint: String? = null, tokenEndpoint: String? = null, userInfoEndpoint: String? = null, logoutEndpoint: String? = null, authnEndpoint: String? = null, redirectUri: String, clientId: String, scope: String, integrityToken: String? = null, googleWebClientId: String? = null, isDevelopment: Boolean? = false)

Holds the configuration related to the AuthenticationCoreDef.

Link copied to clipboard