Authentication request.
More...
|
| IDictionary< string, string > | Custom [get] |
| | Optional custom properties to update with this call. If not set, properties are left as they are on the server.
|
| IDictionary< string, string > | Default [get] |
| | Optional default properties to update with this call. If not set, properties are left as they are on the server.
|
| string | Id [get] |
| | Identity ID. Must be between eight and 128 characters (inclusive). Must be an alphanumeric string with only underscores and hyphens allowed.
|
| bool | NoSession [get] |
| | Optional no_session modifies the request to only create/update an identity without creating a new session. If set to 'true' the response won't include a token and a refresh token.
|
◆ Custom
| IDictionary<string, string> Satori.IApiAuthenticateRequest.Custom |
|
get |
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
◆ Default
| IDictionary<string, string> Satori.IApiAuthenticateRequest.Default |
|
get |
Optional default properties to update with this call. If not set, properties are left as they are on the server.
◆ Id
| string Satori.IApiAuthenticateRequest.Id |
|
get |
Identity ID. Must be between eight and 128 characters (inclusive). Must be an alphanumeric string with only underscores and hyphens allowed.
◆ NoSession
| bool Satori.IApiAuthenticateRequest.NoSession |
|
get |
Optional no_session modifies the request to only create/update an identity without creating a new session. If set to 'true' the response won't include a token and a refresh token.
The documentation for this interface was generated from the following file: