interface KeyRotationEvent {
    new_authentication_key: string;
    old_authentication_key: string;
}

Properties

new_authentication_key: string
old_authentication_key: string