Interface IDanglIdentityConfig
This interface defines settings to be used to configure clients to work with Dangl.Identity
Namespace: Dangl.Identity.Client
Assembly: Dangl.Identity.Client.dll
Syntax
public interface IDanglIdentityConfig
Properties
| Improve this Doc View SourceBaseUri
The base url for Dangl.Identity
Declaration
string BaseUri { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientId
The OpenID / OAuth2 client id
Declaration
string ClientId { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientSecret
The OpenID / OAuth2 client secret
Declaration
string ClientSecret { get; }
Property Value
Type | Description |
---|---|
System.String |
FallbackBaseUri
The fallback url for Dangl.Identity
Declaration
string FallbackBaseUri { get; }
Property Value
Type | Description |
---|---|
System.String |
FallbackTokenEndpoint
The token endpoint relative to the fallback url
Declaration
string FallbackTokenEndpoint { get; }
Property Value
Type | Description |
---|---|
System.String |
RequiredScope
The scope to use when authenticating with Dangl.Identity. Multiple scopes can be space-separarated.
Declaration
string RequiredScope { get; }
Property Value
Type | Description |
---|---|
System.String |
TokenEndpoint
The token endpoint relative to the base url
Declaration
string TokenEndpoint { get; }
Property Value
Type | Description |
---|---|
System.String |