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 |