ProxyTOAuthLoginBody class

Constructors

ProxyTOAuthLoginBody({required String oidcToken, required String publicKey, bool? invalidateExisting, String? organizationId})
const
ProxyTOAuthLoginBody.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
invalidateExisting bool?
Invalidate all other previously generated Login API keys
final
oidcToken String
Base64 encoded OIDC token
final
organizationId String?
Unique identifier for a given Organization. If provided, this organization id will be used directly. If omitted, uses the OIDC token to look up the associated organization id.
final
publicKey String
Client-side public key generated by the user, which will be conditionally added to org data based on the validity of the oidc token associated with this request
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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