Interface IAuthClient
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public interface IAuthClient
Properties
IsSignedIn
Declaration
Property Value
PlayerIdComponent
Declaration
PlayerIdComponent PlayerIdComponent { get; }
Property Value
SessionTokenExists
Declaration
bool SessionTokenExists { get; }
Property Value
State
Declaration
AuthenticationState State { get; set; }
Property Value
Methods
SignInAnonymouslyAsync()
Declaration
Task SignInAnonymouslyAsync()
Returns
SignInWithPreviousSessionAsync()
Declaration
Task SignInWithPreviousSessionAsync()
Returns
SignOut(bool)
Declaration
void SignOut(bool clearCredentials = false)
Parameters
Type |
Name |
Description |
bool |
clearCredentials |
|