public class ClientSecrets
ClientSecrets | Initializes a new instance of the ClientSecrets class |
AuthProviderX509CertUrl | The location of X.509 certificates for verifying token authenticity. |
AuthUri | The authorization endpoint used during the OAuth 2.0 process. |
ClientId | A unique identifier for the client within an OAuth 2.0 flow. |
ClientSecret | A secret key used during OAuth 2.0 credential exchange. |
RedirectUris | An array of URIs which the identity provider can redirect to after user authentication. |
TokenUri | The token endpoint used for exchanging credentials in an OAuth 2.0 flow. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |