azure_identity::development

Function naive_redirect_server

Source
pub fn naive_redirect_server(
    auth_obj: &AuthorizationCodeFlow,
    port: u16,
) -> Result<AuthorizationCode>
Expand description

A very naive implementation of a redirect server.

A ripoff of https://github.com/ramosbugs/oauth2-rs/blob/master/examples/msgraph.rs, stripped down for simplicity. This server blocks until redirected to.

This implementation should only be used for testing.