pub async fn initialize_check_rotation(
    device_context: &DeviceContext,
    config: &IronOxideConfig
) -> Result<InitAndRotationCheck<IronOxide>>
Expand description

Initializes the IronOxide SDK with a device and checks for necessary private key rotations

Checks to see if the user that owns this DeviceContext is marked for private key rotation, or if any of the groups that the user is an admin of are marked for private key rotation.