Package-level declarations
Types
Link copied to clipboard
Authentication flow data class. Which is used to hold the data of an authentication flow.
Link copied to clipboard
data class AuthenticationFlowNotSuccess(val flowStatus: String, val flowId: String, val flowType: String, var nextStep: AuthenticationFlowNotSuccess.AuthorizeFlowNotSuccessNextStep, val links: Any) : AuthenticationFlow
Authentication flow data class. Which is used to hold the data of an authentication flow.
Link copied to clipboard
data class AuthenticationFlowSuccess(val flowStatus: String, val authData: AuthenticationFlowSuccess.AuthData) : AuthenticationFlow
Authentication flow success data class. Which is used to hold the data of an successful authentication flow.