Class Utils
- Namespace
- Auth0.AspNetCore.Authentication.Api
- Assembly
- Auth0.AspNetCore.Authentication.Api.dll
public abstract class Utils
- Inheritance
-
Utils
- Inherited Members
Methods
CreateAgentString()
Creates a Base64-encoded JSON string containing the SDK agent name and version. The version is retrieved from the assembly of AuthenticationBuilderExtensions.
public static string CreateAgentString()
Returns
- string
A Base64-encoded JSON string with agent name and version.