Android library for Tesla Authentication based on Tesla JSON API (Unofficial)
TeslaAndroidAuth
Lightweight Android library for Tesla SSO Authentication based on Tesla JSON API (Unofficial)
Setup (WIP)
mavenCentral
artifact coming soon
Usage
Supports only Compose for now
TeslAuth(
onError = {
// Handle error
},
onSuccess = {
// Handle success
},
loadingIndicator = {
// Your custom loading indicator composable
}
)