java.lang.Object | |
↳ | com.google.android.gms.fido.u2f.api.common.SignRequestParams.Builder |
Builds SignRequestParams.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an empty builder.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds a
SignRequestParams . | |||||||||||
Sets sign request appId.
| |||||||||||
Sets channelId value for the sign request.
| |||||||||||
Sets default sign challenge for the sign request.
| |||||||||||
Sets the display hint that is shown to the user.
| |||||||||||
Sets registered keys for the sign request.
| |||||||||||
Sets the request id in order to link together events into a single session (the span of
events between the time that the server initiates a single U2F request to the client and
receives a reply) on a single device.
| |||||||||||
Sets timeout in seconds, to indicate for how long this request remains valid.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates an empty builder.
Sets sign request appId. This field is optional.
Parameters | |
---|---|
appId |
Uri |
Returns | |
---|---|
SignRequestParams.Builder |
Sets channelId value for the sign request. This field is optional.
Parameters | |
---|---|
channelIdValue |
ChannelIdValue |
Returns | |
---|---|
SignRequestParams.Builder |
Sets default sign challenge for the sign request. This field is optional.
Parameters | |
---|---|
defaultSignChallenge |
byte |
Returns | |
---|---|
SignRequestParams.Builder |
Sets the display hint that is shown to the user. Note that if not null, the string should not
be longer than MAX_DISPLAY_HINT_LENGTH
characters. This field is optional.
Parameters | |
---|---|
displayHint |
String |
Returns | |
---|---|
SignRequestParams.Builder |
Sets registered keys for the sign request. This field is mandatory.
Parameters | |
---|---|
registeredKeys |
List |
Returns | |
---|---|
SignRequestParams.Builder |
Sets the request id in order to link together events into a single session (the span of events between the time that the server initiates a single U2F request to the client and receives a reply) on a single device. This field is optional.
Parameters | |
---|---|
requestId |
Integer |
Returns | |
---|---|
SignRequestParams.Builder |
Sets timeout in seconds, to indicate for how long this request remains valid. This field is optional.
Parameters | |
---|---|
timeoutSeconds |
Double |
Returns | |
---|---|
SignRequestParams.Builder |