WebApiModulesAccountServicesJwtAzureADRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesAccountServicesJwtAzureADRequest({String? email, String? token, String? tenant, String? audience, String? issuer})
WebApiModulesAccountServicesJwtAzureADRequest.fromJson(Map<String, dynamic> json)
factory

Properties

audience String?
final
email String?
final
hashCode int
The hash code for this object.
no setteroverride
issuer String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenant String?
final
token String?
final

Methods

copyWith({String? email, String? token, String? tenant, String? audience, String? issuer}) WebApiModulesAccountServicesJwtAzureADRequest

Available on WebApiModulesAccountServicesJwtAzureADRequest, provided by the $WebApiModulesAccountServicesJwtAzureADRequestExtension extension

copyWithWrapped({Wrapped<String?>? email, Wrapped<String?>? token, Wrapped<String?>? tenant, Wrapped<String?>? audience, Wrapped<String?>? issuer}) WebApiModulesAccountServicesJwtAzureADRequest

Available on WebApiModulesAccountServicesJwtAzureADRequest, provided by the $WebApiModulesAccountServicesJwtAzureADRequestExtension extension

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiModulesAccountServicesJwtAzureADRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesAccountServicesJwtAzureADRequest instance)