Class EndpointsData
The endpoints of a OIDC provider
Namespace: i5.Toolkit.Core.OpenIDConnectClient
Assembly: cs.temp.dll.dll
Syntax
public class EndpointsData
Constructors
EndpointsData(string, string, string)
Declaration
public EndpointsData(string authEndpoint, string tokenEndpoint, string userIEndpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| string | authEndpoint | |
| string | tokenEndpoint | |
| string | userIEndpoint |
Fields
authorization_endpoint
Declaration
public string authorization_endpoint
Field Value
| Type | Description |
|---|---|
| string |
token_endpoint
Declaration
public string token_endpoint
Field Value
| Type | Description |
|---|---|
| string |
userinfo_endpoint
Declaration
public string userinfo_endpoint
Field Value
| Type | Description |
|---|---|
| string |