See the OAuth API documentation for more details.
Methods
-
Check
Application Checks the validity of an OAuth token without running afoul of normal rate limits for failed login attempts.Authentication(String, String) -
Create(New
Authorization) Creates a new personal token for the authenticated user. -
Create(New
Authorization, Creates a new personal token for the authenticated user.String) -
Create(String,
String, Creates a new authorization for the specified OAuth application if an authorization for that application doesn’t already exist for the user; otherwise, it fails.New Authorization) -
Create(String,
String, Creates a new authorization for the specified OAuth application if an authorization for that application doesn’t already exist for the user; otherwise, it fails.New Authorization, String) - Delete(Int32) Deletes the specified Authorization.
-
Delete(Int32,
String) Deletes the specified Authorization. - Get(Int32) Gets a specific Authorization for the authenticated user.
-
Get
All() Gets all Authorizations for the authenticated user. -
Get
All(Api Gets all Authorizations for the authenticated user.Options) -
Get
Or Creates a new authorization for the specified OAuth application if an authorization for that application doesn’t already exist for the user; otherwise, returns the user’s existing authorization for that application.Create Application Authentication(String, String, New Authorization) -
Get
Or Creates a new authorization for the specified OAuth application if an authorization for that application doesn’t already exist for the user; otherwise, returns the user’s existing authorization for that application.Create Application Authentication(String, String, New Authorization, String) -
Reset
Application Resets a valid OAuth token for an OAuth application without end user involvement.Authentication(String, String) -
Revoke
Application Revokes a single OAuth token for an OAuth application.Authentication(String, String) -
Update(Int32,
Authorization Updates the specified Authorization.Update)