Skip to main content

Class ReAuthorizationArgs

Namespace: SuperOffice.WebApi.Authorization
Assembly: SuperOffice.WebApi.Authorization.dll
Used to contain required types when authorization is refreshed.

Inheritance

objectReAuthorizationArgs

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ReAuthorizationArgs(HttpRequestMessage, HttpClient, SuperOfficeWebApiUnauthorizedException, string)

Constructor

Parameters

requestMessage HttpRequestMessage Originating request. client HttpClient HttpClient for backchannel communications. exception SuperOfficeWebApiUnauthorizedException Exception that triggered the refresh event. baseUrl string Base URL of Netserver WebApi.

Properties

BaseUrl

Base URL of Netserver

Property Value

string

Client

HttpClient for backchannel communications.

Property Value

HttpClient

Exception

Exception that triggered the refresh event.

Property Value

SuperOfficeWebApiUnauthorizedException

RequestMessage

Originating request.

Property Value

HttpRequestMessage