docs.unity.cn
    Show / Hide Table of Contents

    Interface IAccessToken

    Contract for objects providing an access token to access remote services.

    Namespace: Unity.Services.Authentication.Internal
    Syntax
    public interface IAccessToken : IServiceComponent

    Properties

    AccessToken

    The current token to use to access remote services.

    Declaration
    string AccessToken { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use