public class SqrlTif extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SqrlTif.TifBuilder |
| Modifier and Type | Field and Description |
|---|---|
static int |
TIF_BAD_ID_ASSOCIATION
Bad ID Association: This bit is set by the server when a SQRL identity which may be associated with the query nut
does not match the SQRL ID used to submit the query.
|
static int |
TIF_CLIENT_FAILURE
Client failure: This bit is set by the server when some aspect of the client's submitted query ‑ other than
expired but otherwise valid transaction state information ‑ was incorrect and prevented the server from
understanding and/or completing the requested action.
|
static int |
TIF_COMMAND_FAILED
Command failed: When set, this bit indicates that the web server has encountered a problem successfully
processing the client's query.
|
static int |
TIF_CURRENT_ID_MATCH
(Current) ID match: When set, this bit indicates that the web server has found an identity association for the
user based upon the default (current) identity credentials supplied by the client: the IDentity Key (idk) and the
IDentity Signature (ids).
|
static int |
TIF_DEPRECATED_INVALID_LINK_ORIGIN
Deprecated.
per SQRL spec: NO LONGER DEFINED - DO NOT USE
|
static int |
TIF_DEPRECATED_SUPRESS_SFN_ORIGIN
Deprecated.
per SQRL spec: NO LONGER DEFINED - DO NOT USE
|
static int |
TIF_FUNCTIONS_NOT_SUPPORTED
Function(s) not supported: This bit indicates that the client requested one or more SQRL functions (through
command verbs) that the server does not currently support.
|
static int |
TIF_IPS_MATCHED
IPs matched: When set, this bit indicates that the IP address of the entity which requested the initial logon web
page containing the SQRL link URL (and probably encoded into the SQRL link URL's “nut”) is the same IP address
from which the SQRL client's query was received for this reply.
|
static int |
TIF_PREVIOUS_ID_MATCH
Previous ID match: When set, this bit indicates that the web server has found an identity association for the
user based upon the previous identity credentials supplied by the client in the previous IDentity Key (pidk) and
the previous IDentity Signature (pids).
|
static int |
TIF_SQRL_DISABLED
SQRL disabled: When set, this bit indicates that SQRL authentication for this identity has previously been
disabled.
|
static int |
TIF_TRANSIENT_ERROR
Transient error: The server replies with this bit set to indicate that the client's signature(s) are correct, but
something about the client's query prevented the command from completing.
|
public static final int TIF_CURRENT_ID_MATCH
public static final int TIF_PREVIOUS_ID_MATCH
public static final int TIF_IPS_MATCHED
public static final int TIF_SQRL_DISABLED
public static final int TIF_FUNCTIONS_NOT_SUPPORTED
public static final int TIF_TRANSIENT_ERROR
public static final int TIF_COMMAND_FAILED
public static final int TIF_CLIENT_FAILURE
public static final int TIF_BAD_ID_ASSOCIATION
@Deprecated public static final int TIF_DEPRECATED_INVALID_LINK_ORIGIN
@Deprecated public static final int TIF_DEPRECATED_SUPRESS_SFN_ORIGIN
Copyright © 2016. All rights reserved.