IApiAuthenticationManager
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.HttpApi
- Ancestry: IApiAuthenticationManager
Required Methods
ReadAuthenticationInfo
method ReadAuthenticationInfo(request: IHttpRequest): IApiSession
IApiSession ReadAuthenticationInfo(IHttpRequest request)
Function ReadAuthenticationInfo(request As IHttpRequest) As IApiSession
Parameters:
- request:
WriteAuthenticationInfo
method WriteAuthenticationInfo(response: IHttpResponse; responseData: IApiMessage; sessionData: IApiSession)
void WriteAuthenticationInfo(IHttpResponse response, IApiMessage responseData, IApiSession sessionData)
Sub WriteAuthenticationInfo(response As IHttpResponse, responseData As IApiMessage, sessionData As IApiSession)
Parameters:
- response:
- responseData:
- sessionData: