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(9)
$4.OIDCTokenType get accessTokenType => $_getN(8);
Implementation
@$pb.TagNumber(9)
set accessTokenType($4.OIDCTokenType value) => $_setField(9, value);