| Interface | Description |
|---|---|
| Auth |
| Class | Description |
|---|---|
| AuthorizationServer |
This class encapsulates the information about the authorization server, where client/application/consumer
can get the 'authorization code', 'access token', 'refresh token' etc.
|
| Content |
This class contains the information of OAUTH2:
Content.clientID and Content.clientSecret are used to make request to the authorization server.Content.accessToken, Content.accessTokenType, Content.accessTokenSecret and Content.refreshToken
are returned as response from the authorization server. |
| OAuth2 | |
| Parameter | |
| SimpleAuth | |
| SSOAuth | |
| SSOAuthentication |
Converted from SasAuthentication.groovy provided by John W.
|
Copyright © SAS Institute. All Rights Reserved.