ExtractTokenFromHTTPRequest(
req comm.HttpServiceRequest)
RETURNS STRING
|
Return the OAuth access token. |
FetchOpenIDMetadata(
timeout INTEGER,
idp STRING )
RETURNS OAuthAPI.OpenIDMetadataType
|
Fetch metadata from the Identity Provider at the URL
provided. |
RetrievePasswordToken(
timeout INTEGER,
TokenServiceURL STRING,
usr, STRING,
pass STRING,
scope STRING )
RETURNS ( STRING, INTEGER )
|
Return the OAuth service access token via user name and
password. |
RetrieveServiceToken(
timeout INTEGER,
TokenServiceURL STRING,
client_id STRING,
secret_id STRING,
scope STRING )
RETURNS STRING, INTEGER
|
Return the OAuth service access token via client app
credentials. |