public interface MobileAuthorizationApi
| Modifier and Type | Method and Description |
|---|---|
CreateMobileAuthorizationCodeResponse |
createMobileAuthorizationCode(CreateMobileAuthorizationCodeRequest body)
Generates code to authorize a mobile application to connect to a Square card reader.
|
CompletableFuture<CreateMobileAuthorizationCodeResponse> |
createMobileAuthorizationCodeAsync(CreateMobileAuthorizationCodeRequest body)
Generates code to authorize a mobile application to connect to a Square card reader.
|
CreateMobileAuthorizationCodeResponse createMobileAuthorizationCode(CreateMobileAuthorizationCodeRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<CreateMobileAuthorizationCodeResponse> createMobileAuthorizationCodeAsync(CreateMobileAuthorizationCodeRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.Copyright © 2022. All rights reserved.