IdentityResponse

data class IdentityResponse(val oidc: OIDCResponse? = null)

Definition of Identity

Constructors

Link copied to clipboard
constructor(oidc: OIDCResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val oidc: OIDCResponse? = null

An object representing the OpenID Connect identity provider information.