C# Class OSharp.Core.Security.DatetimeOAuthClientIdProvider

使用时间的客户端编号生成器,精度取到毫秒
Inheritance: IOAuthClientIdProvider
Show file Open project: i66soft/osharp

Public Methods

Method Description
CreateClientId ( OAuthClientType type ) : string

生成类型类型的客户端编号

Method Details

CreateClientId() public method

生成类型类型的客户端编号
public CreateClientId ( OAuthClientType type ) : string
type OAuthClientType 客户端类型
return string