Package ch.nevis.mobile.sdk.api.authorization


package ch.nevis.mobile.sdk.api.authorization
Interfaces providing authorization that grants access to protected services.

Some of the operations performed by the SDK perform protected operations, such as registration or deregistration. When trying to execute one of these operations the HTTP client must authenticate to obtain some authorization tokens (HTTP cookies, JWT, etc.). The client can access the protected resource (the FIDO UAF registration endpoints in this case) by providing those authorization elements in the HTTP request.