DiscoveryDocument Class |
Namespace: Aras.IOM.OAuth
The DiscoveryDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| DiscoveryDocument |
Initializes an instance of DiscoveryDocument class.
|
| Name | Description | |
|---|---|---|
| AuthorizeEndpoint |
Gets the authorize endpoint uri.
| |
| EndSessionEndpoint |
Gets the end session endpoint uri.
| |
| Issuer |
Gets the issuer.
| |
| JwksUri |
Gets the json web key set uri.
| |
| KeySetJson |
Gets the key set json.
| |
| ProtocolInfo |
Gets the protocol info.
| |
| ProtocolType |
Gets the protocol type.
| |
| ProtocolVersion |
Gets the protocol version of authorization server.
| |
| TokenEndpoint |
Gets the token endpoint uri.
|
| Name | Description | |
|---|---|---|
| TryGetBoolean |
Tries to get a boolean value from discovery document by name.
| |
| TryGetString |
Tries to get a string value from discovery document by name.
| |
| TryGetStringArray |
Tries to get a string array value from discovery document by name.
|