C# 클래스 Rainy.OAuth.DbTokenMapper

파일 보기 프로젝트 열기: Dynalon/Rainy

공개 메소드들

메소드 설명
GetTokenKey ( this token ) : string
SetTokenKey ( this token, string key ) : void
ToAccessToken ( this token ) : IToken
ToDBAccessToken ( this token ) : DBAccessToken
ToDBRequestToken ( this token ) : DBRequestToken
ToRequestToken ( this token ) : IToken
ToShortToken ( this token ) : string

메소드 상세

GetTokenKey() 공개 정적인 메소드

public static GetTokenKey ( this token ) : string
token this
리턴 string

SetTokenKey() 공개 정적인 메소드

public static SetTokenKey ( this token, string key ) : void
token this
key string
리턴 void

ToAccessToken() 공개 정적인 메소드

public static ToAccessToken ( this token ) : IToken
token this
리턴 IToken

ToDBAccessToken() 공개 정적인 메소드

public static ToDBAccessToken ( this token ) : DBAccessToken
token this
리턴 DBAccessToken

ToDBRequestToken() 공개 정적인 메소드

public static ToDBRequestToken ( this token ) : DBRequestToken
token this
리턴 Rainy.Db.DBRequestToken

ToRequestToken() 공개 정적인 메소드

public static ToRequestToken ( this token ) : IToken
token this
리턴 IToken

ToShortToken() 공개 정적인 메소드

public static ToShortToken ( this token ) : string
token this
리턴 string