End-to-end reference flow for native-app developers integrating with arrival.space: OAuth 2.0 login (Authorization Code + PKCE), listing the user's spaces, uploading a file, and creating a space.
GET {apiOrigin}/.well-known/oauth-authorization-server
Returns RFC 8414 metadata with:
- authorization_endpoint
- token_endpoint
- registration_endpoint (RFC 7591 dynamic client registration)
- code_challenge_methods_supported: ["S256"]
Click below to open the Arrival.Space login page in this tab. After you
sign in (Google or email/password), you will be redirected back here
with an authorization code which we
exchange for an access token using PKCE.