프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AuthenticateWithAzure | Task |
||
GetAllLeaderboards | System.Threading.Tasks.Task | ||
GetAthletesProfile | Task |
||
RegisterAthlete | Task |
||
SetIdentityValues | System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
Authenticate ( ) : System.Threading.Tasks.Task |
Shows the Google authentication web view so the user can authenticate and gets the user's Google profile from Google API
|
|
GetUserProfile ( MobileServiceAuthenticationProvider provider ) : Task |
||
GetUserProfile ( ) : Task |
Attempts to get the user profile from Google. Will use the refresh token if the auth token has expired Will set App.CurrentAthlete to the athlete data from Azure
|
|
LogOut ( bool clearCookies ) : System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
AuthenticateWithAzure ( ) : Task |
Authenticates the athlete against the Azure backend and loads all necessary data to begin the app experience
|
|
GetAllLeaderboards ( ) : System.Threading.Tasks.Task |
Gets all leaderboards for the system
|
|
GetAthletesProfile ( ) : Task |
Gets the athlete's profile from the Azure backend
|
|
RegisterAthlete ( IUserProfile profile ) : Task |
Registers an athlete with the backend and returns the new athlete profile
|
|
SetIdentityValues ( |
public Authenticate ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public GetUserProfile ( MobileServiceAuthenticationProvider provider ) : Task |
||
provider | MobileServiceAuthenticationProvider | |
리턴 | Task |
public LogOut ( bool clearCookies ) : System.Threading.Tasks.Task | ||
clearCookies | bool | |
리턴 | System.Threading.Tasks.Task |