TermsOfServiceTokenResponse

data class TermsOfServiceTokenResponse(val token: String?)

Response containing the token generated for a Terms of Service acceptance flow.

Constructors

Link copied to clipboard
constructor(token: String?)

Properties

Link copied to clipboard

Short-lived token that identifies the acceptance session; pass this token to TermsOfServiceRequests.UpdateRequest to record acceptance.