Oihana PHP System

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
author

Marc Alcaraz

since
1.0.2

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

On this page

Search results