C# Class WebUI.Services.Auth.TokenProvider

The provider for new tokens
Afficher le fichier Open project: kulish-alina/HR_Project

Méthodes publiques

Méthode 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 méthode

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