Class ClientInitiatedBackchannelAuthorizationTokenRequest
- Namespace
- Auth0.AuthenticationApi.Models.Ciba
- Assembly
- Auth0.AuthenticationApi.dll
Contains information required for request token using CIBA.
public class ClientInitiatedBackchannelAuthorizationTokenRequest : IClientAuthentication
- Inheritance
-
ClientInitiatedBackchannelAuthorizationTokenRequest
- Implements
- Inherited Members
Properties
AdditionalProperties
Any additional properties to use.
public IDictionary<string, string> AdditionalProperties { get; set; }
Property Value
AuthRequestId
Unique identifier of the authorization request. This value will be returned from the call to /bc-authorize.
public string AuthRequestId { get; set; }
Property Value
ClientAssertionSecurityKey
Security Key to use with Client Assertion
public SecurityKey ClientAssertionSecurityKey { get; set; }
Property Value
ClientAssertionSecurityKeyAlgorithm
Algorithm for the Security Key to use with Client Assertion
public string ClientAssertionSecurityKeyAlgorithm { get; set; }
Property Value
ClientId
Client ID of the application.
public string ClientId { get; set; }
Property Value
ClientSecret
Client Secret of the application.
public string ClientSecret { get; set; }