Méthode | Description | |
---|---|---|
ClearCookie ( this self, string name, string path ) : void | ||
GetAuthCookie ( this self ) : string | ||
GetAuthHeader ( this self ) : string | ||
SetAuthCookie ( this self, string token, string path, DateTimeOffset expires ) : void |
public static ClearCookie ( this self, string name, string path ) : void | ||
self | this | |
name | string | |
path | string | |
Résultat | void |
public static GetAuthCookie ( this self ) : string | ||
self | this | |
Résultat | string |
public static GetAuthHeader ( this self ) : string | ||
self | this | |
Résultat | string |
public static SetAuthCookie ( this self, string token, string path, DateTimeOffset expires ) : void | ||
self | this | |
token | string | |
path | string | |
expires | DateTimeOffset | |
Résultat | void |