API ReferenceTypesRevokeAuthTokenRequestArgsOn this pageRevokeAuthTokenRequestArgs type RevokeAuthTokenRequestArgs = { accessToken: string; clientId: string; clientSecret: string;}; Properties accessToken accessToken: string; clientId clientId: string; clientSecret clientSecret: string;