[][src]Function safe_authenticator::app_auth::app_state

pub fn app_state(
    client: &AuthClient,
    apps: &Apps,
    app_id: &str
) -> Box<AuthFuture<AppState>>

Return a current app state (Authenticated if it has an entry in the config file AND the access container, Revoked if it has an entry in the config but not in the access container, and NotAuthenticated if it's not registered anywhere).