CredentialsProvider

fun interface CredentialsProvider<T> : Function0<T?> (source)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(): T?