ClientOptions

Models configuration options for OpenIdConnect clients.

Namespace:
Inetdev.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

ClientOptions

Default constructor

Signature:
public Void ClientOptions()

Properties

Authority

The URL of the authority application.

Signature:
public String Authority { get; set; }

ClientId

Client application Id.

Signature:
public String ClientId { get; set; }

ClientSecret

Client application secret.

Signature:
public String ClientSecret { get; set; }