Click or drag to resize

DiscoveryDocument Class

Describes discovery configuration of authorization server.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthDiscoveryDocument

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class DiscoveryDocument

The DiscoveryDocument type exposes the following members.

Constructors
  NameDescription
Public methodDiscoveryDocument
Initializes an instance of DiscoveryDocument class.
Top
Properties
  NameDescription
Public propertyAuthorizeEndpoint
Gets the authorize endpoint uri.
Public propertyEndSessionEndpoint
Gets the end session endpoint uri.
Public propertyIssuer
Gets the issuer.
Public propertyJwksUri
Gets the json web key set uri.
Public propertyKeySetJson
Gets the key set json.
Public propertyProtocolInfo
Gets the protocol info.
Public propertyProtocolType
Gets the protocol type.
Public propertyProtocolVersion
Gets the protocol version of authorization server.
Public propertyTokenEndpoint
Gets the token endpoint uri.
Top
Methods
  NameDescription
Public methodTryGetBoolean
Tries to get a boolean value from discovery document by name.
Public methodTryGetString
Tries to get a string value from discovery document by name.
Public methodTryGetStringArray
Tries to get a string array value from discovery document by name.
Top
See Also