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(String)
Declaration
IUser RequestAuthorization(string token)
Parameters
Type |
Name |
Description |
System.String |
token |
|
Returns
|
Improve this Doc
View Source
RequestTokenChange(String)
Declaration
void RequestTokenChange(string token)
Parameters
Type |
Name |
Description |
System.String |
token |
|
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