accessTokenType property
The AccessTokenType defines the type of the access token returned from ZITADEL. Bearer tokens are opaque to clients. JWT tokens are self-contained and can be validated by the client. Bearer tokens must be introspected at the ZITADEL token endpoint.
Implementation
@$pb.TagNumber(12)
OIDCTokenType get accessTokenType => $_getN(11);
Implementation
@$pb.TagNumber(12)
set accessTokenType(OIDCTokenType value) => $_setField(12, value);