Show / Hide Table of Contents

    Class BeamableSignInStrategy

    Inheritance
    Object
    SignInStrategy
    BeamableSignInStrategy
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core.PlayerAuth
    Assembly: cs.temp.dll.dll
    Syntax
    public class BeamableSignInStrategy : SignInStrategy

    Constructors

    BeamableSignInStrategy(Gameplay.Beamable, IActionService, String, String)

    Declaration
    public BeamableSignInStrategy(Gameplay.Beamable beamable, IActionService actionService, string userName, string password)
    Parameters
    Type Name Description
    Gameplay.Beamable beamable
    IActionService actionService
    String userName
    String password

    Fields

    _actionService

    Declaration
    protected IActionService _actionService
    Field Value
    Type Description
    IActionService

    _beamable

    Declaration
    protected Gameplay.Beamable _beamable
    Field Value
    Type Description
    Gameplay.Beamable

    _password

    Declaration
    protected string _password
    Field Value
    Type Description
    String

    _userName

    Declaration
    protected string _userName
    Field Value
    Type Description
    String

    Methods

    HandleUserChanged(User)

    Declaration
    protected void HandleUserChanged(User user)
    Parameters
    Type Name Description
    User user

    RequestBeamableSignIn()

    Declaration
    protected Task<EmptyResponse> RequestBeamableSignIn()
    Returns
    Type Description
    Task<EmptyResponse>

    RequestSignIn()

    Declaration
    public override void RequestSignIn()
    Overrides
    SignInStrategy.RequestSignIn()
    Back to top Copyright © 2020 East Side Games Inc.