Current section

Files

Jump to
chrobot include chrobot@protocol@fetch_AuthChallengeResponse.hrl
Raw

include/chrobot@protocol@fetch_AuthChallengeResponse.hrl

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