authentication
Toggle table of contents
0.1.2
common
Platform filter
common
Switch theme
Search in API
authentication
authentication
/
de.gematik.zeta.sdk.authentication
/
AuthenticationStorage
Authentication
Storage
class
AuthenticationStorage
(
storage
:
SdkStorage
)
Members
Constructors
Authentication
Storage
Link copied to clipboard
constructor
(
storage
:
SdkStorage
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
clear
Link copied to clipboard
suspend
fun
clear
(
)
get
Access
Token
Link copied to clipboard
suspend
fun
getAccessToken
(
)
:
String
?
get
Refresh
Token
Link copied to clipboard
suspend
fun
getRefreshToken
(
)
:
String
?
get
Token
Expiration
Link copied to clipboard
suspend
fun
getTokenExpiration
(
)
:
String
?
save
Access
Tokens
Link copied to clipboard
suspend
fun
saveAccessTokens
(
accessToken
:
String
,
expiresIn
:
Int
)