accessTokenType property

  1. @TagNumber.new(9)
OIDCTokenType get accessTokenType

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. If not set, the access token type will not be changed.

Implementation

@$pb.TagNumber(9)
$4.OIDCTokenType get accessTokenType => $_getN(8);
  1. @TagNumber.new(9)
set accessTokenType (OIDCTokenType value)

Implementation

@$pb.TagNumber(9)
set accessTokenType($4.OIDCTokenType value) => $_setField(9, value);