You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Static operation.

This operation returns a valid authorization token for the current service. The token is ready to use for authentication headers as it already has the "Bearer " part at the beginning. You can use this token to authenticate the caller when calling other services. It is basically a combination of getServiceToken() and a concat() Operation.

The returned token is service related, not user related.

Parameters

NameTypeDirectionDescriptionAllowed Values/Example

StringreturnReturns a valid token. The token is valid for a specific period of time.

On this Page:
Related Pages:

  • No labels