Package version:

Function serializeAuthenticationRecord

  • Serializes an AuthenticationRecord into a string.

    The output of a serialized authentication record will contain the following properties:

    • "authority"
    • "homeAccountId"
    • "clientId"
    • "tenantId"
    • "username"
    • "version"

    To later convert this string to a serialized AuthenticationRecord, please use the exported function deserializeAuthenticationRecord().

    Parameters

    Returns string