Platforms to show: All Mac Windows Linux Cross-Platform

Back to ACAccountCredentialMBS class.

ACAccountCredentialMBS.Constructor(token as string, refreshToken as string, expiryDate as date)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Social MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Initializes an account credential using OAuth 2.

token: The client application’s token.
refreshToken: The client application’s refresh token.
expiryDate: The date the token expires.

Accounts can optionally use the OAuth open authentication standard to authenticate your client application. Instead of the user giving their username and password to log in, the server authenticates the user, and your client application receives a token that grants it access to specific resources for a defined duration. The authentication mechanism uses a key and secret scheme similar to the public and private keys used by ssh. A token is a unique, random string of letters and numbers that is paired with a secret to protect the token from being abused. You initialize account credentials using this token and secret token.

To learn more about OAuth, go to Hueniverse OAuth.
http://hueniverse.com/oauth/

See also:

ACAccountCredentialMBS.Constructor(token as string, tokenSecret as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Social MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes an account credential using OAuth.

Accounts can optionally use the OAuth open authentication standard to authenticate your client application. Instead of the user giving their username and password to log in, the server authenticates the user, and your client application receives a token that grants it access to specific resources for a defined duration. The authentication mechanism uses a key and secret scheme similar to the public and private keys used by ssh. A token is a unique, random string of letters and numbers that is paired with a secret to protect the token from being abused. You initialize account credentials using this token and secret token.

To learn more about OAuth, go to Hueniverse OAuth.
http://hueniverse.com/oauth/

See also:

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...