removeCredentials static method
- UserId userId
Removes Credentials identified by the provided UserId from the browser's storage.
Implementation
static void removeCredentials(UserId userId) {
// No-op.
}
Removes Credentials identified by the provided UserId from the browser's storage.
static void removeCredentials(UserId userId) {
// No-op.
}