jwtEndpoint property
The endpoint where the JWT can be extracted.
Implementation
@$pb.TagNumber(1)
$core.String get jwtEndpoint => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set jwtEndpoint($core.String value) => $_setString(0, value);
The endpoint where the JWT can be extracted.
@$pb.TagNumber(1)
$core.String get jwtEndpoint => $_getSZ(0);
@$pb.TagNumber(1)
set jwtEndpoint($core.String value) => $_setString(0, value);