-
Undocumented
Declaration
Swift
public var next: PipelineStage?
-
Undocumented
Declaration
Swift
public init(credential: TokenCredential, scopes: [String])
-
Authenticates an HTTP
PipelineRequestwith an OAuth token.Declaration
Swift
public func authenticate(request: PipelineRequest, completionHandler: @escaping OnRequestCompletionHandler)Parameters
requestA
PipelineRequestobject.completionHandlerA completion handler that forwards the modified pipeline request.
View on GitHub
BearerTokenCredentialPolicy Class Reference