Type alias UserRegistrationResponse

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

Type declaration

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

Generated using TypeDoc