The clientId of the OAuth Client.
The secret of the OAuth Client.
Array of email addresses that are allowed to use the OAuth Client. An empty array will allow ALL users to use the OAuth Client so be careful.
Optional
api:
"v3" | "coach" | "v4"
The axios instance uses the getShowpadApi and refreshShowpadApi domain as baseURL, pass api if you want to use the baseURL of the corresponding api.
Optional
passwordModalConfig:
PasswordModalConfig
Axios instance to perform API requests with elevated permissions. Instance takes care of authorization & refreshing access tokens.
Generated using TypeDoc
Support
[Android] Android uses the
showpad://
URL scheme in the file URL of an asset. getShowpadInstance uses Axios, which currently not allows custom protocols: https://github.com/axios/axios/issues/4901. Use other HTTP methods to fetch the raw asset on Android.Example