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