mechanisms
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ NoAccessorMethod ]
public abstract string[] mechanisms { owned get; }
[ NoAccessorMethod ]
public abstract string[] mechanisms { owned get; }
This property holds a list of authentication mechanisms that the plugin implements, all specified within the authentication method.
For example, OAuth plugin could implement "oauth1" and "oauth2" mechanisms.