UsernamePassword
Specifies an HTTP username and password pair.
Content copied to clipboard
elide.http.HttpAuthorization.UsernamePassword
Types
Functions
Link copied to clipboard
inline fun HttpAuthorization.UsernamePassword.copy(block: HttpAuthorizationKt.UsernamePasswordKt.Dsl.() -> Unit): HttpAuthorization.UsernamePassword
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the HTTP authorization password-equivalent field.
Content copied to clipboard
string password = 2;
Link copied to clipboard
Specifies the HTTP authorization password-equivalent field.
Content copied to clipboard
string password = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the HTTP authorization username-equivalent field.
Content copied to clipboard
string username = 1;
Link copied to clipboard
Specifies the HTTP authorization username-equivalent field.
Content copied to clipboard
string username = 1;
Link copied to clipboard
Link copied to clipboard
open fun newBuilder(prototype: HttpAuthorization.UsernamePassword): HttpAuthorization.UsernamePassword.Builder
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): HttpAuthorization.UsernamePassword
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): HttpAuthorization.UsernamePassword
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): HttpAuthorization.UsernamePassword
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): HttpAuthorization.UsernamePassword
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): HttpAuthorization.UsernamePassword
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): HttpAuthorization.UsernamePassword
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard