Method | Description | |
---|---|---|
GetToken ( string path, Func |
Retrieves a token stored in a file
|
|
WriteToken ( string path, string token ) : void |
Writes the token to cache
|
public static GetToken ( string path, Func |
||
path | string | Path to the file |
miss | Func |
Function invoked on a cache miss |
return | string |
public static WriteToken ( string path, string token ) : void | ||
path | string | |
token | string | |
return | void |