Functions
Link copied to clipboard
fun AuthenticationInfo.Companion.create(init: Consumer<AuthenticationInfoBuilder>): AuthenticationInfo
Creates a new AuthenticationInfo using the provided Java-friendly Consumer.
fun AuthenticationInfo.Companion.create(init: AuthenticationInfoBuilder.() -> Unit): AuthenticationInfo
Creates a new AuthenticationInfo using the DSL builder.