delete

suspend fun delete()

Removes this Credential from the associated CredentialDataSource. Also, sets the Token to null. This Credential should not be used after it's been removed.

Note: OIDC Logout terminology is nuanced, see Logout Documentation for additional details.