This method must revoke all AuthToken and AuthCodes for an Authenticatable.
server
is the requesting AuthServer. identifier
is the Authenticatable.id.
Source
Future revokeAuthenticatableWithIdentifier( AuthServer server, dynamic identifier);
This method must revoke all AuthToken and AuthCodes for an Authenticatable.
server
is the requesting AuthServer. identifier
is the Authenticatable.id.
Future revokeAuthenticatableWithIdentifier( AuthServer server, dynamic identifier);