keysEndpoint property

  1. @TagNumber.new(3)
String get keysEndpoint

The endpoint to the key (JWK) which is used to sign the JWT with.

Implementation

@$pb.TagNumber(3)
$core.String get keysEndpoint => $_getSZ(2);
  1. @TagNumber.new(3)
set keysEndpoint (String value)

Implementation

@$pb.TagNumber(3)
set keysEndpoint($core.String value) => $_setString(2, value);