HttpAuthorization
Specifies HTTP authorization metadata, detected from a request (as applicable).
Content copied to clipboard
elide.http.HttpAuthorization
Types
Link copied to clipboard
Specifies HTTP authorization metadata, detected from a request (as applicable).
Content copied to clipboard
elide.http.HttpAuthorization
Link copied to clipboard
Link copied to clipboard
Specifies a string value for authorization.
Content copied to clipboard
elide.http.HttpAuthorization.TokenValue
Link copied to clipboard
Link copied to clipboard
Specifies an HTTP username and password pair.
Content copied to clipboard
elide.http.HttpAuthorization.UsernamePassword
Link copied to clipboard
Properties
Functions
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
Link copied to clipboard
Specifies a realm value, as applicable.
Content copied to clipboard
string realm = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the HTTP authorization scheme.
Content copied to clipboard
string spec = 3;
Link copied to clipboard
Specifies the HTTP authorization token value.
Content copied to clipboard
.elide.http.HttpAuthorization.TokenValue token = 4;
Link copied to clipboard
Specifies the HTTP authorization token value.
Content copied to clipboard
.elide.http.HttpAuthorization.TokenValue token = 4;
Link copied to clipboard
Specifies the HTTP authorization type.
Content copied to clipboard
.elide.http.HttpAuthorizationType type = 2;
Link copied to clipboard
Specifies the HTTP authorization type.
Content copied to clipboard
.elide.http.HttpAuthorizationType type = 2;
Link copied to clipboard
Link copied to clipboard
Specifies the HTTP authorization username/password pair.
Content copied to clipboard
.elide.http.HttpAuthorization.UsernamePassword user = 5;
Link copied to clipboard
Specifies the HTTP authorization username/password pair.
Content copied to clipboard
.elide.http.HttpAuthorization.UsernamePassword user = 5;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): HttpAuthorization
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard