AccessTokenStore

public class AccessTokenStore

Represents the storage of an AccessToken object.

  • The shared instance of AccessTokenStore. Use this instance to access values in the token store of LINE SDK. Access this value after you setup the LINE SDK. Otherwise, your app will be trapped.

    Declaration

    Swift

    public static var shared: AccessTokenStore { get }
  • The AccessToken object currently in use.

    Declaration

    Swift

    public private(set) var current: AccessToken? { get }