Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Type Alias UserRegistrationResponse

    type UserRegistrationResponse = {
        credential: { kind: CredentialKind; name: string; uuid: string };
        user: { id: string; orgId: string; username: string };
    }
    Index

    Properties

    Properties

    credential: { kind: CredentialKind; name: string; uuid: string }
    user: { id: string; orgId: string; username: string }