OAuth2ClientRegistrationTemplate class

Inheritance
Mixed in types

Constructors

OAuth2ClientRegistrationTemplate({required String providerId, required OAuth2MapperConfig mapperConfig, required String authorizationUri, required String accessTokenUri, required List<String> scope, required String userNameAttributeName, required String clientAuthenticationMethod, String? userInfoUri, String? jwkSetUri, String? comment, String? loginButtonIcon, String? loginButtonLabel, String? helpLink})
OAuth2ClientRegistrationTemplate.fromJson(Map<String, dynamic> json)

Properties

accessTokenUri String
getter/setter pair
additionalInfo Map<String, dynamic>?
getter/setter pairinherited
authorizationUri String
getter/setter pair
clientAuthenticationMethod String
getter/setter pair
comment String?
getter/setter pair
createdTime int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
id OAuth2ClientRegistrationTemplateId?
getter/setter pairinherited
jwkSetUri String?
getter/setter pair
loginButtonIcon String?
getter/setter pair
loginButtonLabel String?
getter/setter pair
mapperConfig OAuth2MapperConfig
getter/setter pair
providerId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope List<String>
getter/setter pair
userInfoUri String?
getter/setter pair
userNameAttributeName String
getter/setter pair

Methods

additionalInfoBasedString([String? toStringBody]) String
inherited
baseDataString([String? toStringBody]) String
inherited
getAdditionalInfo() Map<String, dynamic>?
inherited
getCreatedTime() int?
inherited
getId() OAuth2ClientRegistrationTemplateId?
inherited
getName() String
override
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(OAuth2ClientRegistrationTemplateId? id) → dynamic
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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