NUIAuthBuilder class

Constructors

NUIAuthBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appVersion(String appVersion) NUIAuthBuilder
baseUrl(String baseUrl) NUIAuthBuilder
build() NUIAuth
headers(HeadersBuilder headers) NUIAuthBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provider(String provider) NUIAuthBuilder
saveTokenWithSecureStorage(bool secureStorage) NUIAuthBuilder
toString() String
A string representation of this object.
inherited
webBuilder(NUIWebBuilder webBuilder) NUIAuthBuilder
The header of NUIWeb will be replaced with the default headers from NUIAuth.

Operators

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