invoke
Creates a new instance of OathConfiguration with the provided configuration block.
Example usage:
val config = OathConfiguration {
storage = MyOathStorage()
enableCredentialCache = false
}Content copied to clipboard
Creates a new instance of OathConfiguration with the provided configuration block.
Example usage:
val config = OathConfiguration {
storage = MyOathStorage()
enableCredentialCache = false
}