Package de.tuchemnitz.armadillogin.fido2api

Types

AddHeaderInterceptor
Link copied to clipboard
class AddHeaderInterceptor : Interceptor
ApiException
Link copied to clipboard
class ApiException(message: String) : RuntimeException
ApiResult
Link copied to clipboard
class ApiResult<T>(sessionId: String?, data: T)
AuthenticationApi
Link copied to clipboard
class AuthenticationApi
Interacts with the server API.
Credential
Link copied to clipboard
data class Credential(id: String, publicKey: String)
A credential registered on the server.