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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
18 lines (10 loc) · 966 Bytes

CreateMobileAuthorizationCodeResponse.md

File metadata and controls

18 lines (10 loc) · 966 Bytes

Square.Connect.Model.CreateMobileAuthorizationCodeResponse

Description

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

Properties

Name Type Description Notes
AuthorizationCode string Generated authorization code that connects a mobile application instance to a Square account. [optional]
ExpiresAt 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]

[Back to Model list] [Back to API list] [Back to README]