Class BearerTokenCredential

    • Field Detail

      • token

        private final String token
    • Constructor Detail

      • BearerTokenCredential

        public BearerTokenCredential​(String token)
        Construct a new instance.
        Parameters:
        token - the bearer security token (must not be null)