> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mattildapayments.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Step 2: Generate a client token for use with Android

Before you add the SDK to your Android app you will need to create a client
token that can be used to authenticate the transaction.

<Snippet file="quickstarts/sdks.mdx" />

<Snippet file="quickstarts/token.mdx" />

## Loading token in Android

The token needs to be shared with your Android application over your own API.
We recommend you create a token per checkout and only use a token for a short
amount of time.

## Summary

In this step you:

* Created a signed JWT token using a server-side SDK.
* Shared the JWT with your Android application
