Module spark_authn

Source
Expand description

Authentication types and service definitions used by Spark Operators to authenticate with each other. This module contains the spark_authn.proto file.

Modules§

spark_authn_service_client
Generated client implementations.

Structs§

Challenge
Challenge represents the core challenge data
GetChallengeRequest
Request to initiate an authentication challenge
GetChallengeResponse
Response containing the protected challenge
ProtectedChallenge
ProtectedChallenge wraps a Challenge with a server HMAC
VerifyChallengeRequest
Request to verify a signed challenge
VerifyChallengeResponse
Response after successful authentication