Click or drag to resize

OAuthTokenRequest Class

Represents an OAUTH token request to be sent to an OAUTH server
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Security.OAuthOAuthTokenRequest

Namespace: SanteDB.Core.Security.OAuth
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public class OAuthTokenRequest

The OAuthTokenRequest type exposes the following members.

Constructors
 NameDescription
Public methodOAuthTokenRequestInitializes a new instance of the OAuthTokenRequest class
Top
Properties
 NameDescription
Public propertyChallenge Gets or sets the challenge identifier for the user
Public propertyClientId Gets or sets the client identification
Public propertyClientSecret Gets or sets the client secret for secure clients
Public propertyGrantType The type of grant to use
Public propertyMfaCode Gets or sets the MFA response provided by the user
Public propertyNonce Gets or sets the nonce
Public propertyPassword Gets or sets the password to send to the oauth server
Public propertyRefreshToken Gets or sets the refresh token for refresh grants
Public propertyResponse Gets orsets the challenge response collected from the user
Public propertyScope Gets or sets the SCOPE(s) the client is requesting
Public propertyUsername Gets or sets the username to send to the server
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also