Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 793 Bytes

CreateMobileAuthorizationCodeResponse.md

File metadata and controls

14 lines (9 loc) · 793 Bytes

SquareConnect::CreateMobileAuthorizationCodeResponse

Description

Defines the fields that are included in the response body of a request to the CreateMobileAuthorizationCode endpoint.

Properties

Name Type Description Notes
authorization_code String Generated authorization code that connects a mobile application instance to a Square account. [optional]
expires_at String The timestamp when `authorization_code` expires in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z". [optional]
error Error An error object that provides details about how creation of authorization code failed. [optional]