AccessToken

@objc(VSSAccessToken)
public protocol AccessToken

This protocol represents Access Token

  • Provides string representation of token

    Declaration

    Swift

    @objc
    func stringRepresentation() -> String

    Return Value

    string with token

  • Extracts identity

    Declaration

    Swift

    @objc
    func identity() -> String

    Return Value

    identity