C# 클래스 WebUI.Services.Auth.TokenProvider

The provider for new tokens
파일 보기 프로젝트 열기: kulish-alina/HR_Project

공개 메소드들

메소드 설명
CreateToken ( ) : string

The function that creates a random uniq token

TODO: Consider making this function async if it is needed

메소드 상세

CreateToken() 공개 정적인 메소드

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