IdentityCredentialsOidcProviderBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
initialAccessToken String?
getter/setter pair
initialIdToken String?
getter/setter pair
initialRefreshToken String?
getter/setter pair
organization String?
getter/setter pair
provider String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
getter/setter pair

Methods

build() IdentityCredentialsOidcProvider
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(IdentityCredentialsOidcProvider other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(IdentityCredentialsOidcProviderBuilder)?) → void
Applies updates.
override

Operators

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