midas/sdk/google
Types
Functions
pub fn auth_redirect(
redirect: Uri,
) -> Result(#(String, String, String), String)
pub fn authenticate(
app: App,
scopes: List(String),
) -> Effect(String)
pub fn userinfo_request(token: String) -> Request(BitArray)
pub fn userinfo_response(
response: Response(BitArray),
) -> Result(String, Snag)