| AccessToken |
FString |
Private token returned by the server. |
Security/WebAPIAuthentication.h |
- Config
- VisibleAnywhere
- BlueprintReadOnly
- Category="Security"
|
| AdditionalRequestBodyParameters |
TMap< FString, FString > |
Additional content key/value pairs to add to auth request. |
Security/WebAPIAuthentication.h |
- Config
- EditAnywhere
- BlueprintReadWrite
- Category="Security"
|
| AdditionalRequestQueryParameters |
TMap< FString, FString > |
Additional query parameters to add to auth request. Each key should be present in the Url. |
Security/WebAPIAuthentication.h |
- Config
- EditAnywhere
- BlueprintReadWrite
- Category="Security"
|
| AuthenticationServer |
FString |
Authentication endpoint. |
Security/WebAPIAuthentication.h |
- Config
- EditAnywhere
- BlueprintReadWrite
- Category="Security"
|
| ClientId |
FString |
Public client identifier. |
Security/WebAPIAuthentication.h |
- Config
- EditAnywhere
- BlueprintReadWrite
- Category="Security"
|
| ClientSecret |
FString |
Private client secret. |
Security/WebAPIAuthentication.h |
- Config
- EditAnywhere
- BlueprintReadWrite
- Category="Security"
|
| ExpiresOn |
FDateTime |
Private token expiration returned by the server. |
Security/WebAPIAuthentication.h |
- Config
- VisibleAnywhere
- BlueprintReadOnly
- Category="Security"
|
| TokenType |
FString |
Token type, ie. Bearer |
Security/WebAPIAuthentication.h |
- Config
- EditAnywhere
- BlueprintReadWrite
- Category="Security"
|