Skip to main content

authorize

Function authorize 

Source
pub async fn authorize(
    __arg0: State<AuthState>,
    __arg1: ConnectInfo<SocketAddr>,
    __arg2: Query<AuthorizeQuery>,
) -> Result<Response, AuthError>