Google Apps Script API
    Preparing search index...

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

    CardService.newAuthorizationAction()
      .setAuthorizationUrl("http://google.com/");
    
    interface AuthorizationAction {
        setAuthorizationUrl(authorizationUrl: string): AuthorizationAction;
    }
    Index

    Methods