Package-level declarations

Types

Link copied to clipboard
class AppAuthManagerException(val message: String?, exceptionMessage: String? = null) : Exception

Exception to be thrown to the exception related to the AppAuthManager

Link copied to clipboard

Exception to be thrown to the exception related to the Authenticator

Link copied to clipboard
class AuthenticatorException(val message: String?, authenticator: String?, code: String? = null) : Exception

Exception to be thrown to the exception related to an Authenticator

Link copied to clipboard

Exception to be thrown to the exception related to Authenticator

Link copied to clipboard
class AuthnManagerException(val message: String?) : Exception

Exception to be thrown to the exception related to AuthnManager

Link copied to clipboard

Exception to be thrown to the exception related to the CustomHttpURLConnection

Link copied to clipboard

Exception to be thrown to the exception related to the DiscoveryManager

Link copied to clipboard
class FlowManagerException(val message: String?, val messages: ArrayList<Any> = arrayListOf()) : Exception

Exception to be thrown to the exception related to FlowManager

Link copied to clipboard

Exception to be thrown to the exception related to the Google Native Authentication

Link copied to clipboard
class LogoutException(val message: String?) : Exception

Exception to be thrown to the exception related to LogoutManager

Link copied to clipboard

Exception to be thrown to the exception related to the Passkey Authentication

Link copied to clipboard
Link copied to clipboard
class TokenManagerException(val message: String?) : Exception

Exception to be thrown to the exception related to TokenManager

Link copied to clipboard
class UserManagerException(val message: String?) : Exception