Stay organized with collections
Save and categorize content based on your preferences.
RequestorType
class 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
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Authenticator.RequestorType\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nRequestorType\n=============\n\n```\nclass RequestorType\n```\n\n|---|---|-------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[java.net.Authenticator.RequestorType](#)\\\u003e ||\n| | ↳ | [java.net.Authenticator.RequestorType](#) |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [Authenticator.RequestorType.PROXY](#ENUM_VALUE:PROXY), [Authenticator.RequestorType.SERVER](#ENUM_VALUE:SERVER) |----------------------------------------------------------|-----------------------------------------------------------| | [Authenticator.RequestorType.PROXY](#ENUM_VALUE:PROXY) | Entity requesting authentication is a HTTP proxy server. | | [Authenticator.RequestorType.SERVER](#ENUM_VALUE:SERVER) | Entity requesting authentication is a HTTP origin server. | |\n\nThe type of the entity requesting authentication.\n\nSummary\n-------\n\n| Enum values ||\n|----------------------------------------------------------------------------------------|---|\n| [PROXY](#ENUM_VALUE:PROXY) Entity requesting authentication is a HTTP proxy server. |\n| [SERVER](#ENUM_VALUE:SERVER) Entity requesting authentication is a HTTP origin server. |\n\nEnum values\n-----------\n\n### PROXY\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val PROXY : Authenticator.RequestorType\n```\n\nEntity requesting authentication is a HTTP proxy server. \n\n### SERVER\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val SERVER : Authenticator.RequestorType\n```\n\nEntity requesting authentication is a HTTP origin server."]]