Identity Service No Auth
Functions
Link copied to clipboard
@GET(value = "apple/authurl" )
Content copied to clipboard
Link copied to clipboard
@POST(value = "auth/magiclink" )
Content copied to clipboard
Gets a one time access nonce
Link copied to clipboard
@GET(value = "auth/magiclink/{nonce}" )
Content copied to clipboard
Use the one time access nonce to login
Link copied to clipboard
@POST(value = "auth/token" )
Content copied to clipboard
Link copied to clipboard
@POST(value = "email/verify" )
Content copied to clipboard
Verify email before user could login. Once the response is success, it allows 24 hours for email verify nonce to be triggered.