KeyfileType uses ConstantsTrait
The supported `type` values emitted in a keyfile by the IdP.
APPLICATION— historical API app keyfile (PRIVATE_KEY_JWT,Zitadel /apps/{id}/keys). Kept for completeness.SERVICE_ACCOUNT— modern service-user keyfile (machine user key,Zitadel /users/{id}/keys). The current target for M2M clients.
Tags
Table of Contents
Constants
- APPLICATION : string = 'application'
- The "application" keyfile type.
- SERVICE_ACCOUNT : string = 'serviceaccount'
- The "service account" keyfile type.
Constants
APPLICATION
The "application" keyfile type.
public
string
APPLICATION
= 'application'
SERVICE_ACCOUNT
The "service account" keyfile type.
public
string
SERVICE_ACCOUNT
= 'serviceaccount'