public final class SASTokenCredentialPolicy extends java.lang.Object implements HttpPipelinePolicy
| Constructor and Description |
|---|
SASTokenCredentialPolicy(SASTokenCredential credential)
Creates a SAS token credential policy that appends the SAS token to the request URL's query.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<HttpResponse> |
process(HttpPipelineCallContext context,
HttpPipelineNextPolicy next)
Process provided request context and invokes the next policy.
|
public SASTokenCredentialPolicy(SASTokenCredential credential)
credential - SAS token credentialpublic reactor.core.publisher.Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
HttpPipelinePolicyprocess in interface HttpPipelinePolicycontext - request contextnext - the next policy to invokeCopyright © 2019 Microsoft Corporation. All rights reserved.