v1CreateReadWriteSessionResultV2 class

Constructors

v1CreateReadWriteSessionResultV2({required String organizationId, required String organizationName, required String userId, required String username, required String apiKeyId, required String credentialBundle})
const
v1CreateReadWriteSessionResultV2.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeyId String
Unique identifier for the created API key.
final
credentialBundle String
HPKE encrypted credential bundle
final
hashCode int
The hash code for this object.
no setterinherited
organizationId String
Unique identifier for a given Organization. If the request is being made by a user and their Sub-Organization ID is unknown, this can be the Parent Organization ID. However, using the Sub-Organization ID is preferred due to performance reasons.
final
organizationName String
Human-readable name for an Organization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
Unique identifier for a given User.
final
username String
Human-readable name for a User.
final

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