GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse class

Response for IssueSamlResponse request.

Constructors

GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse({String? acsEndpoint, String? email, String? firstName, bool? isNewUser, String? lastName, String? relayState, String? samlResponse})
GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse.fromJson(Map json_)

Properties

acsEndpoint String?
The ACS endpoint which consumes the returned SAMLResponse.
getter/setter pair
email String?
Email of the user.
getter/setter pair
firstName String?
First name of the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isNewUser bool?
Whether the logged in user was created by this request.
getter/setter pair
lastName String?
Last name of the user.
getter/setter pair
relayState String?
Generated RelayState.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samlResponse String?
Signed SAMLResponse created for the Relying Party.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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