Dsl

class Dsl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "getRealm")
@set:JvmName(name = "setRealm")
var realm: String

string realm = 1;

Link copied to clipboard
@get:JvmName(name = "getSchemeCase")
val schemeCase: HttpAuthorization.SchemeCase
Link copied to clipboard
@get:JvmName(name = "getSpec")
@set:JvmName(name = "setSpec")
var spec: String

string spec = 3;

Link copied to clipboard
@get:JvmName(name = "getToken")
@set:JvmName(name = "setToken")
var token: HttpAuthorization.TokenValue

.elide.http.HttpAuthorization.TokenValue token = 4;

Link copied to clipboard
@get:JvmName(name = "getType")
@set:JvmName(name = "setType")
var type: HttpAuthorizationType

.elide.http.HttpAuthorizationType type = 2;

Link copied to clipboard
@get:JvmName(name = "getTypeValue")
@set:JvmName(name = "setTypeValue")
var typeValue: Int
Link copied to clipboard
@get:JvmName(name = "getUser")
@set:JvmName(name = "setUser")
var user: HttpAuthorization.UsernamePassword

.elide.http.HttpAuthorization.UsernamePassword user = 5;

Link copied to clipboard
@get:JvmName(name = "getValueCase")
val valueCase: HttpAuthorization.ValueCase

Functions

Link copied to clipboard

string realm = 1;

Link copied to clipboard
Link copied to clipboard
fun clearSpec()

string spec = 3;

Link copied to clipboard

.elide.http.HttpAuthorization.TokenValue token = 4;

Link copied to clipboard
fun clearType()

.elide.http.HttpAuthorizationType type = 2;

Link copied to clipboard
fun clearUser()

.elide.http.HttpAuthorization.UsernamePassword user = 5;

Link copied to clipboard
Link copied to clipboard

string spec = 3;

Link copied to clipboard

.elide.http.HttpAuthorization.TokenValue token = 4;

Link copied to clipboard

.elide.http.HttpAuthorizationType type = 2;

Link copied to clipboard

.elide.http.HttpAuthorization.UsernamePassword user = 5;