Class OAuthCredentialsProvider


  • public class OAuthCredentialsProvider
    extends io.grpc.CallCredentials
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.CallCredentials

        io.grpc.CallCredentials.MetadataApplier, io.grpc.CallCredentials.RequestInfo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyRequestMetadata​(io.grpc.CallCredentials.RequestInfo requestInfo, java.util.concurrent.Executor executor, io.grpc.CallCredentials.MetadataApplier metadataApplier)  
      • Methods inherited from class io.grpc.CallCredentials

        thisUsesUnstableApi
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OAuthCredentialsProvider

        public OAuthCredentialsProvider​(OAuthClient oauthClient)
    • Method Detail

      • applyRequestMetadata

        public void applyRequestMetadata​(io.grpc.CallCredentials.RequestInfo requestInfo,
                                         java.util.concurrent.Executor executor,
                                         io.grpc.CallCredentials.MetadataApplier metadataApplier)
        Specified by:
        applyRequestMetadata in class io.grpc.CallCredentials