Interface ServiceAccountAuthMethod


public interface ServiceAccountAuthMethod
Represents a service account authentication method.
Since:
7.0.0
  • Method Details

    • getAuthId

      @Nonnull String getAuthId()
      Returns:
      the ID of the authentication method
      Since:
      7.0.0
    • getAuthType

      @Nonnull AuthMethod getAuthType()
      Returns:
      the authentication method type
      Since:
      7.0.0