[ CCode ( has_construct_function = false ) ]
public AuthorizationResult (bool is_authorized, bool is_challenge, Details? details)
Creates a new AuthorizationResult object.
| is_authorized |
Whether the subject is authorized. |
| is_challenge |
Whether the subject is authorized if more information is provided. Must be false unless |
| details |
Must be null unless |
|
A AuthorizationResult object. Free with unref. |