View Source Boruta.Openid.SiopV2Response (Boruta core v3.0.0-beta.1)
Response in case of delivrance of Siop V2 flow
Summary
Types
@type t() :: %Boruta.Openid.SiopV2Response{ client: Boruta.Oauth.Client.t(), client_id: String.t(), code: Boruta.Oauth.Token.t(), issuer: String.t(), nonce: String.t(), redirect_uri: String.t(), response_mode: String.t(), response_type: String.t(), scope: String.t() }