We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7778cd0 commit 41cac51Copy full SHA for 41cac51
packages/connectivity/src/scp-cf/identity-service.ts
@@ -22,8 +22,7 @@ export { clearIdentityServices } from './environment-accessor';
22
* Represents the response to an IAS client credentials request.
23
* Extends the XSUAA response with IAS-specific fields.
24
*/
25
-export interface IasClientCredentialsResponse
26
- extends ClientCredentialsResponse {
+export interface IasClientCredentialsResponse extends ClientCredentialsResponse {
27
/**
28
* Audience claim from the JWT token.
29
0 commit comments