tokenEndpoint property

  1. @TagNumber.new(1)
String get tokenEndpoint

token_endpoint is the endpoint from which a token will be requested according to the oauth2 specification.

Implementation

@$pb.TagNumber(1)
$core.String get tokenEndpoint => $_getSZ(0);
  1. @TagNumber.new(1)
set tokenEndpoint (String value)

Implementation

@$pb.TagNumber(1)
set tokenEndpoint($core.String value) => $_setString(0, value);