Table of Contents

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

IDictionary<string, string>

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

string

ClientAssertionSecurityKey

Security Key to use with Client Assertion

public SecurityKey ClientAssertionSecurityKey { get; set; }

Property Value

SecurityKey

ClientAssertionSecurityKeyAlgorithm

Algorithm for the Security Key to use with Client Assertion

public string ClientAssertionSecurityKeyAlgorithm { get; set; }

Property Value

string

ClientId

Client ID of the application.

public string ClientId { get; set; }

Property Value

string

ClientSecret

Client Secret of the application.

public string ClientSecret { get; set; }

Property Value

string