CommunicationAccessToken

@objcMembers
public class CommunicationAccessToken : NSObject

Represents an Azure service bearer access token with expiry information.

  • Undocumented

    Declaration

    Swift

    public let token: String
  • Undocumented

    Declaration

    Swift

    public let expiresOn: Date
  • Creates a new instance of CommunicationAccessToken using the provided token and expiresOn.

    Declaration

    Swift

    public init(token: String, expiresOn: Date)

    Parameters

    token

    The bearer access token value

    expiresOn

    The bearer access token expiry date.