ConstantAuthorizationProviderAuthorizationToken Property |
Gets or sets the authorization token to use for all resources.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string AuthorizationToken { get; set; }
Public Property AuthorizationToken As String
Get
Set
public:
property String^ AuthorizationToken {
String^ get ();
void set (String^ value);
}
member AuthorizationToken : string with get, set
Property Value
Type:
StringSee Also