Is there a way to revoke a specific refresh token in Azure AD B2C? It's for the user's management of third app and data access delegation.
I only find this method: Revoke-AzureADUserAllRefreshToken
I don't know if it will work with Azure AD B2C and it clearly doesn't fit with third app management and opt-out.
Outdated, see update below.
There is no way today to revoke tokens in Azure AD B2C. You can request this via the Azure AD B2C feedback forum.
The Revoke-AzureADUserAllRefershToken command only works for regular Azure AD and will not work for Azure AD B2C.
UPDATE FROM 2018-03-08
The Revoke-AzureADUserAllRefreshToken command can be used to revoke refresh Azure AD B2C tokens.