Show / Hide Table of Contents

Class AuthenticatorHelper

Inheritance
object
AuthenticatorHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public static class AuthenticatorHelper

Methods

FormatKey(string)

Declaration
public static string FormatKey(string unformattedKey)
Parameters
Type Name Description
string unformattedKey
Returns
Type Description
string

GenerateQrCodeUri(string, string, string)

Declaration
public static string GenerateQrCodeUri(string email, string unformattedKey, string applicationName)
Parameters
Type Name Description
string email
string unformattedKey
string applicationName
Returns
Type Description
string
In this article
Back to top Powered by Volosoft