configuration
Toggle table of contents
0.1.2
common
Platform filter
common
Switch theme
Search in API
configuration
configuration
/
de.gematik.zeta.sdk.configuration
/
ConfigurationStorage
Configuration
Storage
class
ConfigurationStorage
(
storage
:
SdkStorage
)
Members
Constructors
Configuration
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
Authorization
Servers
Link copied to clipboard
suspend
fun
getAuthorizationServers
(
)
:
OidcDiscoveryResponse
?
get
Protected
Resources
Link copied to clipboard
suspend
fun
getProtectedResources
(
)
:
String
save
Authorization
Servers
Link copied to clipboard
suspend
fun
saveAuthorizationServers
(
authServer
:
OidcDiscoveryResponse
)
save
Protected
Resources
Link copied to clipboard
suspend
fun
saveProtectedResources
(
protectedRes
:
String
)