AuxiliaryCredentialsInterceptor Class
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. utils. AuxiliaryCredentialsInterceptor
- com.
Implements
public final class AuxiliaryCredentialsInterceptor
implements okhttp3.Interceptor
An interceptor for cross-tenant authorization in Azure.
Constructor Summary
Constructor | Description |
---|---|
AuxiliaryCredentialsInterceptor(AzureTokenCredentials[] credentials) |
Initialize an auxiliary interceptor with the list of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
okhttp3.Response | intercept(Interceptor.Chain chain) |
Methods inherited from java.lang.Object
Constructor Details
AuxiliaryCredentialsInterceptor
public AuxiliaryCredentialsInterceptor(AzureTokenCredentials[] credentials)
Initialize an auxiliary interceptor with the list of AzureTokenCredentials.
Parameters:
Method Details
intercept
public Response intercept(Interceptor.Chain chain)
Parameters:
Throws: