OAuthClientConfig class

Constructors

OAuthClientConfig({required String clientId, String? clientSecret, required String authorizationEndpoint, required String tokenEndpoint, bool? noPkce, List<String>? scopes})
OAuthClientConfig.fromJson(Map<String, dynamic> json)
factory

Properties

authorizationEndpoint String
final
clientId String
final
clientSecret String?
final
hashCode int
The hash code for this object.
no setterinherited
noPkce bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>?
final
tokenEndpoint String
final

Methods

copyWith({String? clientId, String? clientSecret, String? authorizationEndpoint, String? tokenEndpoint, bool? noPkce, List<String>? scopes}) OAuthClientConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited