tokenEndpoint property
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);
Implementation
@$pb.TagNumber(1)
set tokenEndpoint($core.String value) => $_setString(0, value);