Click or drag to resize
AuthService Methods

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

The AuthService type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all unmanaged resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAccessTokenAsync(RequestToken, String)
Returns an access token.
Public methodGetAccessTokenAsync(RequestToken, String, CancellationToken)
Returns an access token.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRequestTokenAsync
Returns a temporary request token, initiating the authorization process.
Public methodGetRequestTokenAsync(CancellationToken)
Returns a temporary request token, initiating the authorization process.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRenewAccessTokenAsync(AccessToken)
Renews the access token after two or more hours of inactivity.
Public methodRenewAccessTokenAsync(AccessToken, CancellationToken)
Renews the access token after two or more hours of inactivity.
Public methodRevokeAccessTokenAsync(AccessToken)
Revokes an access token.
Public methodRevokeAccessTokenAsync(AccessToken, CancellationToken)
Revokes an access token.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also