Current section

Files

Jump to
chrobot include protocol@fetch_AuthChallengeResponse.hrl
Raw

include/protocol@fetch_AuthChallengeResponse.hrl

-record(auth_challenge_response, {
response :: protocol@fetch:auth_challenge_response_response(),
username :: gleam@option:option(binary()),
password :: gleam@option:option(binary())
}).