OidcRpConfig class

OIDC RP (relying party) configuration.

Constructors

OidcRpConfig.new({String? clientId, String? clientSecret, List<String>? redirectUris})
OidcRpConfig.fromJson(Map json_)

Properties

clientId String?
OAuth2 client ID for OIDC.
getter/setter pair
clientSecret String?
Input only.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
redirectUris List<String>?
The URL(s) that this client may use in authentication requests.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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