AuthenticationRequested

data class AuthenticationRequested(val openIdAuthenticationRequestInfo: OpenIdAuthenticationRequestInfo? = null) : EmspAuthenticationStatus

Authentication has been requested. The eMSP can provide information about how to authenticate in OpenIdAuthenticationRequestInfo.

Constructors

Link copied to clipboard
constructor(openIdAuthenticationRequestInfo: OpenIdAuthenticationRequestInfo? = null)

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)