interface AuthTOTPSetupDetails {
    sharedSecret: string;
    getSetupUri(appName, accountName?): URL;
}

Properties

Methods

Properties

sharedSecret: string

Methods

  • Parameters

    • appName: string
    • Optional accountName: string

    Returns URL