JwtProvider

fun interface JwtProvider

Interface implemented by applications to access a valid JWT for the SDK using the connection to their own application server.

Functions

Link copied to clipboard
abstract suspend fun fetchJwt(): JWT?

Implement this method to connect to AXP's authentication API to get a Json Web Token (JWT) to use for authenticating this client & user.