Class AuthorizationAction

AuthorizationAction

An authorization action that will send the user to the AuthorizationUrl when clicked.

CardService.newAuthorizationAction()
  .setAuthorizationUrl("http://google.com/");

Methods

Method Return type Brief description
AuthorizationAction Sets the authorization URL that user is taken to from the authorization prompt.

Detailed documentation

setAuthorizationUrl(authorizationUrl)

Sets the authorization URL that user is taken to from the authorization prompt. Required.

Parameters

Name Type Description
authorizationUrl
String The authorization URL to set.

Return

AuthorizationAction — This object, for chaining.