UIAuthParamsBuilder class

A builder for UIAuthParams.

Constructors

UIAuthParamsBuilder.new()

Properties

authFlowData AuthFlowData
The specified auth flow.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes Set<String>
The specified auth scopes.
getter/setter pair

Methods

build() UIAuthParams
Builds a UIAuthParams with previously specified values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withAuthFlow(AuthFlowData authFlowData) UIAuthParamsBuilder
Specifies an auth flow which you want to use. See AuthFlowData for more info.
withScopes(Set<String> scopes) UIAuthParamsBuilder
Specifies a set of scopes which will be requested from user.

Operators

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