Added in API level 1

RequestorType

class RequestorType
kotlin.Any
   ↳ kotlin.Enum<java.net.Authenticator.RequestorType>
   ↳ java.net.Authenticator.RequestorType

The type of the entity requesting authentication.

Summary

Enum values

Entity requesting authentication is a HTTP proxy server.

Entity requesting authentication is a HTTP origin server.

Enum values

PROXY

Added in API level 1
enum val PROXY : Authenticator.RequestorType

Entity requesting authentication is a HTTP proxy server.

SERVER

Added in API level 1
enum val SERVER : Authenticator.RequestorType

Entity requesting authentication is a HTTP origin server.