AuthenticateResponse class

A response returned after successfully authenticating.

Constructors

AuthenticateResponse({required String redirectUrl, required String message})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
An optional displayable message defined by policy returned by the cloud on success
getter/setter pair
redirectUrl String
The redirect URL that originates from the /authorize call's redirect_uri parameter. The OAuth2 authorization code and the state parameter of the /authorize call are attached with the "code" and "state" parameters to this URL.
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() String
toString() String
A string representation of this object.
override

Operators

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