Loading...
Searching...
No Matches
OAuth2 Member List

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.ApiBaseinlineprotected
ApiBaseParent(IHttpClient inHttpClient, ISession inSession, string inBaseUrl) (defined in AccelByte.Core.ApiBaseParent)AccelByte.Core.ApiBaseParentinlineprotected
AuthenticationWithPlatformLink(string username, string password, string linkingToken, ResultCallback callback) (defined in OAuth2)OAuth2inline
AuthenticationWithPlatformLink(string username, string password, string linkingToken, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2)OAuth2inline
AuthenticationWithPlatformLinkV4(string email, string password, string linkingToken, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
CreateHeadlessAccountAndResponseToken(string linkingToken, bool extendExp, ResultCallback callback) (defined in OAuth2)OAuth2inline
CreateHeadlessAccountAndResponseToken(string linkingToken, bool extendExp, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2)OAuth2inline
CreateHeadlessAccountAndResponseTokenV4(string linkingToken, bool extendExp, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
GenerateCodeForPublisherTokenExchange(string accessToken, string publisherNamespace, string publisherClientId, ResultCallback< CodeForTokenExchangeResponse > callback)OAuth2inline
GenerateGameToken(string code, ResultCallback callback) (defined in OAuth2)OAuth2inline
GenerateGameTokenV4(string code, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
GenerateOneTimeCode(string AccessToken, PlatformType platformId, ResultCallback< GeneratedOneTimeCode > callback) (defined in OAuth2)OAuth2inline
GenerateOneTimeCode(string accessToken, PlatformType platformId, GenerateOneTimeCodeOptionalParameters optionalParameters, ResultCallback< GeneratedOneTimeCode > callback) (defined in OAuth2)OAuth2inline
GetTokenWithLoginTicket(string loginTicket, ResultCallback< TokenDataV4, OAuthError > callback, string authTrustId=null) (defined in OAuth2)OAuth2inline
HttpClient (defined in AccelByte.Core.ApiBaseParent)AccelByte.Core.ApiBaseParent
LoginWithAuthorizationCode(string code, ResultCallback callback) (defined in OAuth2)OAuth2inline
LoginWithAuthorizationCode(string code, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2)OAuth2inline
LoginWithAuthorizationCodeV3(string code, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2)OAuth2inline
LoginWithAuthorizationCodeV4(string code, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
LoginWithDeviceId(ResultCallback callback) (defined in OAuth2)OAuth2inline
LoginWithDeviceId(ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2)OAuth2inline
LoginWithDeviceIdV4(ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
LoginWithEmailV4(string emailAddress, string password, bool rememberMe, ResultCallback< TokenDataV4, OAuthError > callback, string authTrustId=null) (defined in OAuth2)OAuth2inline
LoginWithOtherPlatform(PlatformType platformType, string platformToken, ResultCallback callback, bool createHeadless=true) (defined in OAuth2)OAuth2inline
LoginWithOtherPlatform(PlatformType platformType, string platformToken, ResultCallback< TokenData, OAuthError > callback, bool createHeadless=true) (defined in OAuth2)OAuth2inline
LoginWithOtherPlatformId(string platformId, string platformToken, ResultCallback callback, bool createHeadless=true) (defined in OAuth2)OAuth2inline
LoginWithOtherPlatformId(string platformId, string platformToken, ResultCallback< TokenData, OAuthError > callback, bool createHeadless=true) (defined in OAuth2)OAuth2inline
LoginWithOtherPlatformId(string platformId, string platformToken, ResultCallback< TokenData, OAuthError > callback, bool createHeadless, string serviceLabel) (defined in OAuth2)OAuth2inline
LoginWithOtherPlatformIdV4(string platformId, string platformToken, bool createHeadless, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
LoginWithOtherPlatformIdV4(string platformId, string platformToken, bool createHeadless, string serviceLabel, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
LoginWithUsername(string username, string password, ResultCallback callback, bool rememberMe=false) (defined in OAuth2)OAuth2inline
LoginWithUsername(string username, string password, ResultCallback< TokenData, OAuthError > callback, bool rememberMe=false) (defined in OAuth2)OAuth2inline
LoginWithUsernameV3(string username, string password, ResultCallback callback, bool rememberMe=false, string authTrustId=null) (defined in OAuth2)OAuth2inline
LoginWithUsernameV3(string username, string password, ResultCallback< TokenData, OAuthError > callback, bool rememberMe=false, string authTrustId=null) (defined in OAuth2)OAuth2inline
Logout(string Bearer, ResultCallback callback) (defined in OAuth2)OAuth2inline
OAuth2(IHttpClient httpClient, Config config, ISession session) (defined in OAuth2)OAuth2inline
OAuth2(IHttpClient httpClient, Config config, ISession session, HttpOperator httpOperator) (defined in OAuth2)OAuth2inline
RefreshSession(string refreshToken, ResultCallback callback) (defined in OAuth2)OAuth2inline
RefreshSession(string refreshToken, ResultCallback< TokenData, OAuthError > callback) (defined in OAuth2)OAuth2inline
RefreshSessionV4(string refreshToken, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
RetrieveUserThirdPartyPlatformToken(string userId, PlatformType platformType, ResultCallback< ThirdPartyPlatformTokenData, OAuthError > callback) (defined in OAuth2)OAuth2inline
SessionAccelByte.Core.ApiBaseParentprotected
Verify2FACode(string mfaToken, TwoFAFactorType factor, string code, ResultCallback< TokenData, OAuthError > callback, bool rememberDevice=false) (defined in OAuth2)OAuth2inline
Verify2FACodeV4(string mfaToken, TwoFAFactorType factor, string code, bool rememberDevice, ResultCallback< TokenDataV4, OAuthError > callback) (defined in OAuth2)OAuth2inline
VerifyToken(string token, ResultCallback callback) (defined in OAuth2)OAuth2inline