Package org.drinkless.tdlib
Class TdApi.RemoveLoginPasskey
- Enclosing class:
- TdApi
Removes a passkey from the list of passkeys allowed to be used for the login by the current user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Unique identifier of the passkey to remove. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes a passkey from the list of passkeys allowed to be used for the login by the current user.RemoveLoginPasskey(String passkeyId) Creates a function, which removes a passkey from the list of passkeys allowed to be used for the login by the current user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
passkeyId
Unique identifier of the passkey to remove. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveLoginPasskey
public RemoveLoginPasskey()Default constructor for a function, which removes a passkey from the list of passkeys allowed to be used for the login by the current user.Returns
Ok -
RemoveLoginPasskey
Creates a function, which removes a passkey from the list of passkeys allowed to be used for the login by the current user.Returns
Ok- Parameters:
passkeyId- Unique identifier of the passkey to remove.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-