credentials
Description:
[ NoWrapper ]
public virtual Cred? credentials (string url, string? username_from_url, Credtype allowed_types) throws Error
public virtual Cred? credentials (string url, string? username_from_url, Credtype allowed_types) throws Error
Parameters:
| this | |
| url |
the url. |
| username_from_url |
the username extracted from the url. |
| allowed_types |
the allowed credential types. |
Returns:
|
a Cred or null in case of an error. |