An error that can be returned to trigger an authorization card to be shown to the user.
CardService.newAuthorizationException() .setAuthorizationUrl("http://auth.com/") .setResourceDisplayName("Example Resource") .throwException();
An error that can be returned to trigger an authorization card to be shown to the user.