Interface IExternalAuthorization
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public interface IExternalAuthorization
Properties
|
Improve this Doc
View Source
AuthorizationErrorMessage
Declaration
string AuthorizationErrorMessage { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WillChangeToken
Declaration
bool WillChangeToken { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
RequestAuthorization()
Declaration
IUser RequestAuthorization()
Returns
|
Improve this Doc
View Source
RequestTokenChange()
Declaration
void RequestTokenChange()
Events
|
Improve this Doc
View Source
AuthorizationRequest
Declaration
event AuthorizationRequestDelegate AuthorizationRequest
Event Type
|
Improve this Doc
View Source
AuthorizationTokenChange
Declaration
event AuthorizationTokenChangeRequestDelegate AuthorizationTokenChange
Event Type