C# Class WebUI.Services.Auth.TokenProvider

The provider for new tokens
Datei anzeigen Open project: kulish-alina/HR_Project

Public Methods

Method Description
CreateToken ( ) : string

The function that creates a random uniq token

TODO: Consider making this function async if it is needed

Method Details

CreateToken() public static method

The function that creates a random uniq token
TODO: Consider making this function async if it is needed
public static CreateToken ( ) : string
return string