tokenEndpoint property

  1. @JsonKey.new(name: 'token_endpoint')
String? get tokenEndpoint
inherited

Text

Implementation

@JsonKey(name: 'authorization_endpoint') String? get authorizationEndpoint;/// Text
@JsonKey(name: 'token_endpoint') String? get tokenEndpoint;