The OpenTokenCredentials type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyHttpCustomHeader
A String giving the name of the custom HTTP header via which the token will be propagated to the CPE server. The value will be null if the standard Authorization header is used.
Public propertyRealm
A String representing the realm from which the token originates.
Public propertyToken
A String representing the OAuth or OIDC token.
Public propertyUsername
A String representing the user name portion of the security credentials.

ToggleSee Also