IUserTokenHandler.GetUserToken(IHttpContext) Method

Definition

The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to be null if it is not.

[Android.Runtime.Register("getUserToken", "(Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;", "GetGetUserToken_Lorg_apache_http_protocol_HttpContext_Handler:Org.Apache.Http.Client.IUserTokenHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object? GetUserToken (Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("getUserToken", "(Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;", "GetGetUserToken_Lorg_apache_http_protocol_HttpContext_Handler:Org.Apache.Http.Client.IUserTokenHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetUserToken : Org.Apache.Http.Protocol.IHttpContext -> Java.Lang.Object

Parameters

context
IHttpContext

the execution context

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to