GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest class
Request message for IssueSamlResponse.
Constructors
- GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest({String? idToken, String? rpId, String? samlAppEntityId})
- GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
The Identity Platform ID token.
getter/setter pair
- rpId ↔ String?
-
Relying Party identifier, which is the audience of issued SAMLResponse.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samlAppEntityId ↔ String?
-
SAML app entity id specified in Google Admin Console for each app.
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