Authentication Response
data class AuthenticationResponse(val customAccount: CustomAccountResponse, val googleAccount: GoogleAccountResponse)
Scan authentication configuration.
Constructors
Link copied to clipboard
fun AuthenticationResponse(customAccount: CustomAccountResponse, googleAccount: GoogleAccountResponse)