This is the complete list of members for OAuth2, including all inherited members.
| ApiBase(IHttpClient inHttpClient, Config inConfig, string inBaseUrl, ISession inSession, HttpOperator httpOperator=null) (defined in AccelByte.Core.ApiBase) | AccelByte.Core.ApiBase | inlineprotected |
| ApiBaseParent(IHttpClient inHttpClient, ISession inSession, string inBaseUrl) (defined in AccelByte.Core.ApiBaseParent) | AccelByte.Core.ApiBaseParent | inlineprotected |
| AuthenticationWithPlatformLink(string username, string password, string linkingToken, ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |
| AuthenticationWithPlatformLink(string username, string password, string linkingToken, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| AuthenticationWithPlatformLinkV4(string email, string password, string linkingToken, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| CreateHeadlessAccountAndResponseToken(string linkingToken, bool extendExp, ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |
| CreateHeadlessAccountAndResponseToken(string linkingToken, bool extendExp, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| CreateHeadlessAccountAndResponseTokenV4(string linkingToken, bool extendExp, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| GenerateCodeForPublisherTokenExchange(string accessToken, string publisherNamespace, string publisherClientId, ResultCallback< CodeForTokenExchangeResponse > callback) | OAuth2 | inline |
| GenerateGameToken(string code, ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |
| GenerateGameTokenV4(string code, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| GenerateOneTimeCode(string AccessToken, PlatformType platformId, ResultCallback< GeneratedOneTimeCode > callback) (defined in OAuth2) | OAuth2 | inline |
| GenerateOneTimeCode(string accessToken, PlatformType platformId, GenerateOneTimeCodeOptionalParameters optionalParameters, ResultCallback< GeneratedOneTimeCode > callback) (defined in OAuth2) | OAuth2 | inline |
| GetTokenWithLoginTicket(string loginTicket, ResultCallback< TokenDataV4, OAuthError > callback, string authTrustId=null) (defined in OAuth2) | OAuth2 | inline |
| HttpClient (defined in AccelByte.Core.ApiBaseParent) | AccelByte.Core.ApiBaseParent | |
| LoginWithAuthorizationCode(string code, ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithAuthorizationCode(string code, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithAuthorizationCodeV3(string code, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithAuthorizationCodeV4(string code, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithDeviceId(ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithDeviceId(ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithDeviceIdV4(ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithEmailV4(string emailAddress, string password, bool rememberMe, ResultCallback< TokenDataV4, OAuthError > callback, string authTrustId=null) (defined in OAuth2) | OAuth2 | inline |
| LoginWithOtherPlatform(PlatformType platformType, string platformToken, ResultCallback callback, bool createHeadless=true) (defined in OAuth2) | OAuth2 | inline |
| LoginWithOtherPlatform(PlatformType platformType, string platformToken, ResultCallback< TokenData, OAuthError > callback, bool createHeadless=true) (defined in OAuth2) | OAuth2 | inline |
| LoginWithOtherPlatformId(string platformId, string platformToken, ResultCallback callback, bool createHeadless=true) (defined in OAuth2) | OAuth2 | inline |
| LoginWithOtherPlatformId(string platformId, string platformToken, ResultCallback< TokenData, OAuthError > callback, bool createHeadless=true) (defined in OAuth2) | OAuth2 | inline |
| LoginWithOtherPlatformId(string platformId, string platformToken, ResultCallback< TokenData, OAuthError > callback, bool createHeadless, string serviceLabel) (defined in OAuth2) | OAuth2 | inline |
| LoginWithOtherPlatformIdV4(string platformId, string platformToken, bool createHeadless, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithOtherPlatformIdV4(string platformId, string platformToken, bool createHeadless, string serviceLabel, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| LoginWithUsername(string username, string password, ResultCallback callback, bool rememberMe=false) (defined in OAuth2) | OAuth2 | inline |
| LoginWithUsername(string username, string password, ResultCallback< TokenData, OAuthError > callback, bool rememberMe=false) (defined in OAuth2) | OAuth2 | inline |
| LoginWithUsernameV3(string username, string password, ResultCallback callback, bool rememberMe=false, string authTrustId=null) (defined in OAuth2) | OAuth2 | inline |
| LoginWithUsernameV3(string username, string password, ResultCallback< TokenData, OAuthError > callback, bool rememberMe=false, string authTrustId=null) (defined in OAuth2) | OAuth2 | inline |
| Logout(string Bearer, ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |
| OAuth2(IHttpClient httpClient, Config config, ISession session) (defined in OAuth2) | OAuth2 | inline |
| OAuth2(IHttpClient httpClient, Config config, ISession session, HttpOperator httpOperator) (defined in OAuth2) | OAuth2 | inline |
| RefreshSession(string refreshToken, ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |
| RefreshSession(string refreshToken, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| RefreshSessionV4(string refreshToken, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| RetrieveUserThirdPartyPlatformToken(string userId, PlatformType platformType, ResultCallback< ThirdPartyPlatformTokenData, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| Session | AccelByte.Core.ApiBaseParent | protected |
| Verify2FACode(string mfaToken, TwoFAFactorType factor, string code, ResultCallback< TokenData, OAuthError > callback, bool rememberDevice=false) (defined in OAuth2) | OAuth2 | inline |
| Verify2FACodeV4(string mfaToken, TwoFAFactorType factor, string code, bool rememberDevice, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2) | OAuth2 | inline |
| VerifyToken(string token, ResultCallback callback) (defined in OAuth2) | OAuth2 | inline |