HttpAuthorizationOrBuilder
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
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
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
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