Credentials

Credentials

Marker base class for different types of credentials. Currently it supports ServiceAccountCredentials and ServicePrincipalCredentials The factory methods within this class can be used to create instances of credentials classes.

Methods

(static) serviceAccountCredentialsBuilder() → {ServiceAccountCredentials}

Description:
Deprecated:
Returns:

A new ServiceAccountCredentials instance.

Type
ServiceAccountCredentials

(static) servicePrincipalCredentialsBuilder() → {ServicePrincipalCredentials}

Description:
Returns:

A new ServicePrincipalCredentials instance.

Type
ServicePrincipalCredentials