NetworkAuthenticationType

@Serializable
sealed class NetworkAuthenticationType

Represents the different types of authentication challenges that can be raised.

Since

200.0.0

Types

Link copied to clipboard

This authentication type is used when an endpoint requires a client certificate to be presented.

Link copied to clipboard

This authentication type is used when an endpoint presents an SSL certificate that is self signed or signed by an unknown root authority (for example an enterprise root certificate).

Link copied to clipboard

This authentication type is used when a standard username/password credential is required to satisfy an HTTP secured endpoint.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard