auth-params ( oauth2 -- params )


Vocabulary
oauth2

Inputs
oauth2an object


Outputs
paramsan object


Definition


: auth-params ( oauth2 -- params )
[
{
[ client-id>> "client_id" ,, ]
[ scope>> "scope" ,, ]
[ redirect-uri>> "redirect_uri" ,, ]
[ extra-params>> %% ]
} cleave "code" "response_type" ,,
"offline" "access_type" ,,
] { } make ;