Please turn on JavaScript in your browser and refresh the page to view its content.
Technology
On This Page
protocol IAuthTokenStorage
func deleteTokenAsync(username: String, callback: IDeleteAuthTokenCallback?)
Required.
func getTokenAsync(username: String, callback: IGetAuthTokenStorageCallback?)
func saveTokenAsync(token: AuthToken, callback: ISaveAuthTokenCallback?)
InMemoryAuthTokenStorage