TestIdentityProviderResponse class

Constructors

TestIdentityProviderResponse({required int statusCode, required String url, String? message, String? response})
TestIdentityProviderResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
A message that indicates whether the test was successful or not.
final
response String?
The response that is returned from your API Gateway.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
The HTTP status code that is the response from your API Gateway.
final
url String
The endpoint of the service used to authenticate a user.
final

Methods

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

Operators

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