AuthenticationFlowSuccess
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.
Parameters
flowStatus
Status of the authentication flow
authData
Authentication data of the authentication flow