Interface IClientAuthentication
- Namespace
- Auth0.AuthenticationApi.Models
- Assembly
- Auth0.AuthenticationApi.dll
public interface IClientAuthentication
Properties
ClientAssertionSecurityKey
Security Key to use with Client Assertion
SecurityKey ClientAssertionSecurityKey { get; set; }
Property Value
ClientAssertionSecurityKeyAlgorithm
Algorithm for the Security Key to use with Client Assertion
string ClientAssertionSecurityKeyAlgorithm { get; set; }
Property Value
ClientId
Client ID of the application.
string ClientId { get; set; }
Property Value
ClientSecret
Client Secret of the application.
string ClientSecret { get; set; }