AuthenticateResponse class Null safety

A response returned after successfully authenticating.

Constructors

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

Properties

hashCode int
The hash code for this object.
read-onlyinherited
message String?
An optional displayable message defined by policy returned by the cloud on success
read / write
passkeyBindingToken String?
An optional one-time-token returned from successful redeemOtp that may be redeemed for a credential_binding_link from the /credential-binding-jobs endpoint.
read / write
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.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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