aaid abstract method Null safety

Deregistration aaid(
  1. String aaid
)

Specifies the AAID of the Authenticator that must be deregistered.

NOTE
If no AAID is provided then all authenticators will be deregistered.

Params:

  • aaid: the AAID of the authenticator to be deregistered.

Returns: a Deregistration object.

Implementation

Deregistration aaid(String aaid);