CredentialsProvider

fun interface CredentialsProvider<T> : Function0<T?>

Types

Link copied to clipboard
object Companion

Functions

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