KeyfileTrait
The enumeration of all keyfile properties.
Combines the fields emitted natively by the IdP (TYPE, KEY_ID, USER_ID, CLIENT_ID, KEY) with the connection metadata injected by the API at service creation (ISSUER, AUDIENCE, SCOPE, API_BASE_URL) so the resulting keyfile is self-sufficient for an M2M client.
Tags
Table of Contents
Constants
- API_BASE_URL : string = 'apiBaseUrl'
- AUDIENCE : string = 'audience'
- CLIENT_ID : string = 'clientId'
- ISSUER : string = 'issuer'
- KEY : string = 'key'
- KEY_ID : string = 'keyId'
- SCOPE : string = 'scope'
- TYPE : string = 'type'
- USER_ID : string = 'userId'
Constants
API_BASE_URL
public
string
API_BASE_URL
= 'apiBaseUrl'
AUDIENCE
public
string
AUDIENCE
= 'audience'
CLIENT_ID
public
string
CLIENT_ID
= 'clientId'
ISSUER
public
string
ISSUER
= 'issuer'
KEY
public
string
KEY
= 'key'
KEY_ID
public
string
KEY_ID
= 'keyId'
SCOPE
public
string
SCOPE
= 'scope'
TYPE
public
string
TYPE
= 'type'
USER_ID
public
string
USER_ID
= 'userId'