Authorize
Object Hierarchy:
Description:
public class Authorize :
Object
Provides authorization functions to a state object.
Content:
Properties:
Creation methods:
Methods:
- public bool authorize (string authorizer_name, string username, string password, HashMap<string,string>? options = null)
Attempt to authorize a user with the given authorizer.
- public void unauthorize ()
Unauthorize a user, or log out.
- public bool authorize_previous (string authorizer_name, string serialized)
Reauthorize a previously serialized authorization, for use with
sessions.
- public string? encode_password (string authorizer_name, string password, HashMap<string,string>? options = null)
Encode a password using the given authorization type.
Inherited Members:
All known members inherited from class GLib.Object