Package com.azure.core.credential


package com.azure.core.credential
Package containing basic credential classes for authentication purposes.
  • Class
    Description
    Represents an immutable access token with a token string and an expiration time.
    Represents a credential that uses a key to authenticate to an Azure Service.
    Represents a credential bag containing the key and the name of the key.
    Represents a credential with a key name and the key and uses the key to authenticate to an Azure Service.
    Represents a credential that uses a shared access signature to authenticate to an Azure Service.
    Basic Auth credentials for use with a REST Service Client.
    A token cache that supports caching a token and refreshing it.
    The interface for credentials that can provide a token.
    Contains details of a request to get a token.